ASAdi sharmaJul 8, 2019
@adisharma
Nothing here yet.
Nothing here yet.
No blogs yet.
Can anyone tell me is it right syntax? For Open: f = open("file name", file_mode) f is file object f = open("file.txt", w) For Close: f = open("file.txt",'w') f.close() # close a file If it does not then tell me the exact syntax of how to create it....
MMark commented