Python Programming - Reading and Writing Files - Discussion

Discussion Forum : Reading and Writing Files - General Questions (Q.No. 61)
61.
What does the file.seek() method do?
Closes the file
Moves the file cursor to a specified position
Reads the file content
Truncates the file at the current position
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.