How to make and read files in Python

Опубликовано: 28 Сентябрь 2024
на канале: CodeStraight with Smaran
690
23

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()