Skip to content

Instantly share code, notes, and snippets.

@pgainda
Created October 28, 2013 18:27
Show Gist options
  • Save pgainda/7202028 to your computer and use it in GitHub Desktop.
Save pgainda/7202028 to your computer and use it in GitHub Desktop.
my_file = open("output.txt", "r")
print my_file.read()
my_file.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment