this is handle automatic file process and replace the old method
with open("vishal.txt") as f:
a = f.readline()
print(a)
f = open('vishal.txt')
a= f.readline()
print(a)
this is handle automatic file process and replace the old method
with open("vishal.txt") as f:
0Comments
Thanks you for commenting your questions. I will see question and respond you.