Examveda

To read the next line of the file from a file object infile, we use . . . . . . . .

A. infile.read(2)

B. infile.read()

C. infile.readline()

D. infile.readlines()

Answer: Option C


This Question Belongs to Python Program >> Files Handling In Python

Join The Discussion

Related Questions on Files Handling in Python