Day #51 - seek(), tell() and other functions
Introduction
Welcome to my 51st blog post on the Python journey. On day 51, I learned about some file-handling functions that can be used to move to a specific position in a file. I learned about seek(), tell() and truncate() functions in Python. Now...
codewithjain.hashnode.dev3 min read