Computer Science
Fill in the blanks:
The readlines() returns a list of strings from the file till _________.
Python Data Handling
3 Likes
Answer
end of file (EOF)
Answered By
2 Likes
Related Questions
Fill in the blanks:
The read() function reads data from the _________ of a file.
Fill in the blanks:
The pickle module produces two main methods called _________ and _________ for writing and reading operations.
Fill in the blanks:
The _________ method reads 'n' characters from the file.
Fill in the blanks:
_________ function is used to force transfer of data from buffer to file.