File Handling in Python Class 12 Notes | Computer Science
File Handling in Python Class 12 Notes: File handling is the process of saving data in a file using Python program. The Python file can be stored in a text file or in a binary file. There are six different types of modes available in the Python programming language which is used for reading, writing, … Read more