Computer Science

Fill in the blanks:

The readlines() returns a list of strings from the file till _________.

Python Data Handling

1 Like

Answer

end of file (EOF)

Answered By

2 Likes


Related Questions