Python Programming - Reading and Writing Files - Discussion

Discussion Forum : Reading and Writing Files - General Questions (Q.No. 38)
38.
What does the file.tell() method return?
Returns the file's absolute path
Returns the size of a file in bytes
Returns the current position of the file cursor
Returns the file's creation time
Answer: Option
Explanation:
The tell() method returns the current position of the file cursor.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.