Basic Python Programming: for loops and reading files

1.1 Open/Create File 1.2 Read from/Write to file 1.3 Close File DATA FILES IN PYTHON ... We can do following tasks/operations with python Data File. a) Creation/Opening of an existing Data File b) Reading from file c) Writing to Data File d) Appending data ( inserting Data at the end of the file) e) Inserting data (in between the file) ................
................