Correct Syntax Of Filereadlines Is #1037
Correct syntax of file.readlines() is?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Files - Python Files - Quiz No.3.
Correct syntax of file.readlines() is?
fileObject.readlines( sizehint );
fileObject.readlines();
fileObject.readlines(sequence)
none of the mentioned