#28 File Handling in Python | Python IO Basics in Hindi

Published: 23 September 2021
on channel: Python Learning Squad
140
19

#python #filehandling #pythonfilehandling #learningsquad #pythontutorials

In this video, you will learn about how to read and write to a file in python.

Below is the code for your reference:

#open('filename','mode') #w,r,a
f = open('myexample.txt','r')
print(f.read())

f.close()


On this page of the site you can watch the video online #28 File Handling in Python | Python IO Basics in Hindi with a duration of hours minute second in good quality, which was uploaded by the user Python Learning Squad 23 September 2021, share the link with friends and acquaintances, this video has already been watched 140 times on youtube and it was liked by 19 viewers. Enjoy your viewing!