Computer Science

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

Python File Handling

3 Likes

Answer

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

Answered By

2 Likes


Related Questions