Q.

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()
Answer» B. infile.read()
3.2k
0
Do you find this helpful?
11

View all MCQs in

Python Programming

Discussion

No comments yet