Q.

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

A. infile.readall()
B. infile.read()
C. infile.readlines()
D. infile.read(all)
Answer» B. infile.read()
1.3k
0
Do you find this helpful?
1

View all MCQs in

Python

Discussion

No comments yet