Skip to content

Instantly share code, notes, and snippets.

@Deep18-03
Created April 19, 2020 06:36
Show Gist options
  • Save Deep18-03/73142966033d6692a9a91b87454812cc to your computer and use it in GitHub Desktop.
Save Deep18-03/73142966033d6692a9a91b87454812cc to your computer and use it in GitHub Desktop.
#writing in file
f=open("deep.txt","w")
f.write("this is file help to learn")
f.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment