Python Programming - Reading and Writing Files - Discussion

Discussion Forum : Reading and Writing Files - General Questions (Q.No. 92)
92.
What does the file.seek() method do?
Moves the file cursor to a specified position
Reads the entire file content
Closes the file
Moves the file cursor to the beginning
Answer: Option
Explanation:
file.seek() moves the file cursor to a specified position.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.