Skip to content

Instantly share code, notes, and snippets.

@acrymble
Created June 30, 2011 13:18
Show Gist options
  • Select an option

  • Save acrymble/1056214 to your computer and use it in GitHub Desktop.

Select an option

Save acrymble/1056214 to your computer and use it in GitHub Desktop.
Python File Handle
f = open('helloworld.txt','w')
f.write('hello world')
f.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment