Computer Science, asked by aemulanikitha, 1 year ago

What does the method readline () return:

Answers

Answered by uday131
0
Python File readlines() Method - TutorialsPoint
https://www.tutorialspoint.com/python/file_readlines.htm
The method readlines() reads until EOF using readline() and returns a list containing the lines. If the optional sizehint argument is present, instead of reading up to EOF, whole lines totalling approximately sizehint bytes (possibly after rounding up to an internal buffer size) are read.
Similar questions