What data structure does the readlines() method return? What is the difference between using readline() and readlines() to read lines from a file? readline() can only read one line in a file, while ...
The file position is set to the end of the file The file position is set to the beginning of the file ...