Chapter 5:
File Handling
Topic:
Introduction to File Handling in Python
• Prateek Bisht
• MVM Pithoragarh
, What is a File?
• File is created for permanent storage of data.
In programming, Sometimes, it is not enough
to only display the data on the
console/output. Those data are to be
retrieved later on, then the concept of file
handling comes.
File Handling
Topic:
Introduction to File Handling in Python
• Prateek Bisht
• MVM Pithoragarh
, What is a File?
• File is created for permanent storage of data.
In programming, Sometimes, it is not enough
to only display the data on the
console/output. Those data are to be
retrieved later on, then the concept of file
handling comes.