Python Programming - Reading and Writing Files - Discussion

Discussion Forum : Reading and Writing Files - General Questions (Q.No. 11)
11.
In Python, what is the purpose of the tell() method when working with files?
To check if a file is readable
To get the current position of the file cursor
To retrieve the total number of characters in a file
To close a file
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.