Vidyalelo
Python · Q39

Files Handling in Python

Programming · Python · question 39

Q39

What is the use of tell() method in python?

A.
tells you the current position within the file
Answer
B.
tells you the end position within the file
C.
tells you the file is opened or not
D.
none of the mentioned

Answer: Option A

Solution

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