How Do You Get The Current Position Within The File #1053
How do you get the current position within the file?
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.5.
How do you get the current position within the file?
fp.seek()
fp.tell()
fp.loc
fp.pos