+ 14
What is file handling?plz tell me
2 Réponses
+ 6
File handling simply means opening a file and performing read or/and write operations.
Why not just head towards the lesson?
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2445/
+ 5
File handling means opening a file and performing actions(such as reading/writing).