Python file.tell() Method
The tell() method returns the current file position in a file
stream.
Syntax
file.tell()
Parameters
No parameters.
Return Value
The current file position.
Example
Using the tell() method:
Output
Click Run to execute your code
Enjoying these tutorials?