file handling in python

Опубликовано: 20 Март 2026
на канале: LINUX GEEKS
36
4

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