Easy Syntax in Python : Read Vs Write mode in Open() function

preview_player
Показать описание
In this 3 minutes video , you will understand what does Read and Write modes work with the Open function to read and create files.
Python treats files differently as text or binary and this is important.
Each line of a file is terminated with a special character, called the EOL or End of Line characters like comma {,} or newline character. It ends the current line and tells the interpreter a new one has begun.

Рекомендации по теме
welcome to shbcf.ru