Skip to content

Instantly share code, notes, and snippets.

@supr
Created March 5, 2015 01:00
Show Gist options
  • Save supr/1cecb65f4cf9c4f0c854 to your computer and use it in GitHub Desktop.
Save supr/1cecb65f4cf9c4f0c854 to your computer and use it in GitHub Desktop.
with open('/my/log.log', 'w') as f:
f.write("Hello World")
f = open('/my/log', 'w')
f.write("1")
f.write("2")
f.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment