To Read The Remaining Lines Of The File From A File Object #297
To read the remaining lines of the file from a file object infile, we use ____________
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Strings - Python Strings - Quiz No.9.
To read the remaining lines of the file from a file object infile, we use ____________
infile.read(2)
infile.read()
infile.readline()
infile.readlines()