How do you change the file position to an offset value from the start?
Posted: Wed Jul 13, 2022 7:45 pm
a) fp.seek(offset, 0)
b) fp.seek(offset, 1)
c) fp.seek(offset, 2)
d) none of the mentioned
b) fp.seek(offset, 1)
c) fp.seek(offset, 2)
d) none of the mentioned