Ravi wants to move the file object 5 bytes from the current position of the file object. As a friend of Ravi, help him to write the code.
1.file_object.seek(5, 1)
2.file_object.seek(1, 5)
3. file_object.seek(5, 0)
4.file_object.seek(5, 2)
Answer:1
Posted Date:-2021-12-12 00:38:25