Python Programming - Reading and Writing Files - Discussion

Discussion Forum : Reading and Writing Files - General Questions (Q.No. 99)
99.
What does the file.tell() method return?
Returns the file's access mode
Returns the file's size in bytes
Returns the file's file descriptor
Returns the current file cursor position
Answer: Option
Explanation:
file.tell() returns the current file cursor position.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.