Q25
How can you check the current position in a file in Python?
A.
By using the tell() method on a file object
AnswerB.
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