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

A. infile.read(2)
B. infile.read()
C. infile.readline()
D. infile.readlines()

B.infile.read()
Share the Post

Leave a Reply

Your email address will not be published. Required fields are marked *