Login
From:
GeekPython - Python Programming Tutorials
(Uncensored)
subscribe
Difference Between seek() & tell() And How To Use
https://geekpython.in/seek-and-tell-in-python
links
backlinks
Tagged with:
python
files
python3
Roast topics
Find topics
Find it!
The seek() function is used to move the file cursor to the specified location. The tell() function returns the position where the cursor is set to begin reading.