Examveda

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

A. By using the tell() method on a file object

B. By using the position() method

C. By using the current_position() method

D. By using the get_position() method

Answer: Option A


This Question Belongs to Python Program >> Files Handling In Python

Join The Discussion

Related Questions on Files Handling in Python