1.

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» E.


Discussion

No Comment Found