File handling is an important feature in python which helps to store our data so that it is persistant even after program terminates.
We will cover following topics in this video :
a. read a file
b. write to a file
c. append a file
d. close a file