PythonPython Basic Tutorial

File handling in Python

In Python, file handling requires no extra library to process files. Both text files and binary files can be operated in python. Unlike other programming languages file handling in python…