Python File I/O

preview_player
Показать описание
File I/O in Python consists of writing data to files, and then later getting data back from files. File I/O can be a primitive way of storing data that won’t be deleted when your program is done running in Python.

This video will teach you about the different file operations in Python such as open and write. The video will also cover file access modes like read, write and append.

Table Of Contents
0:00 - Intro & Writing To A File
0:45 - Appending To A File
1:07 - Newline Fix
1:22 - Reading From A File

#codingforbeginners #programmingbasics #pythontutorial
Рекомендации по теме