In this video we will see different file modes in python
1) r Reads data from a file
2) r+ Opens a file to read and write data
3) w Opens a file to write data
4) w+ Opens a file to write and read data
5) a Opens a file for appending data
6) a+ Opens a file to append and read data
Install our Android App from Google Play Store to get free access to videos, notes and codes - https://play.google.com/store/apps/de...
Like us on facebook - / aceknowledge