Page 1 of 1

How do you change the file position to an offset value from the start?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) fp.seek(offset, 0)
b) fp.seek(offset, 1)
c) fp.seek(offset, 2)
d) none of the mentioned