Computer Science

The readlines() method returns …………… (a list of lines/a list of single characters).

Python File Handling

1 Like

Answer

The readlines() method returns a list of lines from a file.

Answered By

3 Likes


Related Questions