Q.

To read the remaining lines of the file from a file object infile, we use                          

A. infile.read(2)
B. infile.read()
C. infile.readline()
D. infile.readlines()
Answer» D. infile.readlines()
3.1k
0
Do you find this helpful?
21

Discussion

No comments yet