Vidyalelo
Python · Q25

Files Handling in Python

Programming · Python · question 25

Q25

How can you check the current position in a file in Python?

A.
By using the tell() method on a file object
Answer
B.
By using the position() method
C.
By using the current_position() method
D.
By using the get_position() method

Answer: Option A

Solution

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