Python Programming - Reading and Writing Files - Discussion

Discussion Forum : Reading and Writing Files - General Questions (Q.No. 6)
6.
What is the purpose of the seek() method when working with files?
To check if a file exists
To move the file cursor to a specific position
To read the contents of a file
To close a file
Answer: Option
Explanation:
The seek() method is used to move the file cursor to a specified position in the file.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.