Correct syntax of file.readlines() is?
Posted: Wed Jul 13, 2022 7:45 pm
a) fileObject.readlines( sizehint );
b) fileObject.readlines();
c) fileObject.readlines(sequence)
d) none of the mentioned
b) fileObject.readlines();
c) fileObject.readlines(sequence)
d) none of the mentioned