Examveda
Examveda

What is the purpose of the seek() method in file handling?

A. It changes the file position to a specified offset

B. It searches for a string in the file

C. It appends data to the end of the file

D. It reads a specific line

Answer: Option A


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

Join The Discussion

Related Questions on Files Handling in Python