0 votes
in Python by

In Python, the primary use of the tell() method is that:

1) within the file, it tells the end position

2) within the file, it tells the current position

3) it tells us if the file is opened

4) none of the above

1 Answer

0 votes
by

2) within the file, it tells the current position

...