myfile = open('myfile', 'r') # open for inputprint myfile.readline() # read the line backprint myfile.readline() # empty string: end of filemyfile.close()
Name (required)
email (will not be published) (required)
Website