Page 1 of 1

To read the entire remaining contents of the file as a string from a file object infile, we use ____________

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) infile.read(2)
b) infile.read()
c) infile.readline()
d) infile.readlines()