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
a) infile.read(2)
b) infile.read()
c) infile.readline()
d) infile.readlines()
b) infile.read()
c) infile.readline()
d) infile.readlines()