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

3 Likes


Related Questions