In this video we will learn how to read and write data from and to files.
IMPORTANT: If you do not use the close() method file streaming will not stop, making the computer marginally slower and you will not see the created file or data read from it.
#Data from files, #open() #r/w(read/write) #close()