Skip to content

Instantly share code, notes, and snippets.

@glwinsor
Last active May 24, 2018 16:36
Show Gist options
  • Save glwinsor/757ea320c48e81e6d2d7ffc63ad0e9b3 to your computer and use it in GitHub Desktop.
Save glwinsor/757ea320c48e81e6d2d7ffc63ad0e9b3 to your computer and use it in GitHub Desktop.
[write to file]
#!/usr/bin/python3
f = open('filename.txt', 'w')
f.write()
f.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment