ABSTRACT

The variables, lists, tuples, sets, and dictionaries store the data temporarily (volatile). That is, the stored value erases when the program execution completes. To store the data permanently, the file handling plays an important role. A file is a named location on disk to store the information.