#filehandling #computersciencepython #edushop #davidupadhyay #class12th
pdf notes of file handling:- https://drive.google.com/open?id=1WRO...
FILE HANDLING- #lecture 1
BEST EXPLAINED BY OUR EXPERTS..(be ready for board exam)
------------------------------------------------------------------------
Python too supports file handling and allows users to handle files i.e., to read and write files, along with many other file handling options, to operate on files. The concept of file handling has stretched over various other languages, but the implementation is either complicated or lengthy, but alike other concepts of Python, this concept here is also easy and short. Python treats file differently as text or binary and this is important. Each line of code includes a sequence of characters and they form text file. 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.
----------------------------------------------------------------------------
Hopefully you all enjoyed my videos :)
AND,
please don't forget to SUBSCRIBE my youtube channel for more trusted and awesome videos.
THANKYOU