To Read Two Characters From A File Object Infile We Use #293
To read two characters 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 two characters from a file object infile, we use ____________
infile.read(2)
infile.read()
infile.readline()
infile.readlines()