Data File Handling in Python Class 12 Notes
Python File Handling Notes for class 12 Data File Handling in Python Data maintained inside the files is termed as persistent data. It means it is permanent in nature. Python allow us to read data from and save data to external text files permanently on secondary storage media. Before we start working with a…