

McqMate
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() |
View all MCQs in
PythonNo comments yet