How Do You Change The File Position To An Offset Value From The #1056
How do you change the file position to an offset value from the start?
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 change the file position to an offset value from the start?
fp.seek(offset, 0)
fp.seek(offset, 1)
fp.seek(offset, 2)
none of the mentioned