Examveda

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

A. fp.seek(offset, 0)

B. fp.seek(offset, 1)

C. fp.seek(offset, 2)

D. none of the mentioned

Answer: Option A


This Question Belongs to Python Program >> Files Handling In Python

Join The Discussion

Related Questions on Files Handling in Python