Page 1 of 1

Correct syntax of file.readlines() is?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) fileObject.readlines( sizehint );
b) fileObject.readlines();
c) fileObject.readlines(sequence)
d) none of the mentioned