To Read The Entire Remaining Contents Of The File As A String #1013
To read the entire remaining contents of the file as a string 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 Files - Python Files - Quiz No.1.
To read the entire remaining contents of the file as a string from a file object infile, we use ____________
infile.read(2)
infile.read()
infile.readline()
infile.readlines()