Vidyalelo
Python · Q13

Files Handling in Python

Programming · Python · question 13

Q13

What is the purpose of the tell() method in file handling?

A.
It returns the current file position
Answer
B.
It reads the file contents
C.
It closes the file
D.
It appends data to the file

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board