Introduction to files & TEXT files🎬
Text file: opening a text file, text file open modes (r, r+, w, w+, a, a+), closing a text file, opening a file using with clause, writing/appending data to a text file using write () and writelines(), reading from a text file using read (), readline() and readlines(), seek and tell methods, manipulation of data in a text file