Computer Science, asked by ramabud29240, 4 months ago

what is seek function​

Answers

Answered by Anonymous
3

Answer:

In Python, seek() function is used to change the position of the File Handle to a given specific position. File handle is like a cursor, which defines from where the data has to be read or written in the file. Syntax: f.seek(offset, from_what), where f is file pointer

hope it helps

Have a good day ahead ☺☺❤❤

Answered by AnjanaUmmareddy
0

Answer:

In python, seek function is used to change the position of the File Handle is like a cursor, which defines from where the data has to be read or written in the file.

Similar questions