Vidyalelo
Python · Q60

Files Handling in Python

Programming · Python · question 60

Q60

What is the use of seek() method in files?

A.
sets the file's current position at the offset
Answer
B.
sets the file's previous position at the offset
C.
sets the file's current position within the file
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board