To Read The Next Line Of The File From A File Object Infile We #296
To read the next line 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 next line of the file from a file object infile, we use ____________
infile.read(2)
infile.read()
infile.readline()
infile.readlines()