Computer Science
tell() method of Python tells us the current position within the file.
Python Data Handling
2 Likes
Answer
True
Reason — The tell() function returns the current position of file read/write pointer within the file.
Answered By
2 Likes