Skip to content

Instantly share code, notes, and snippets.

@kikers25
Created January 30, 2017 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kikers25/25661a11483c521ba19a5b2fb9c2f3ec to your computer and use it in GitHub Desktop.
Save kikers25/25661a11483c521ba19a5b2fb9c2f3ec to your computer and use it in GitHub Desktop.
fo = open("foo.txt", "r+")
print "reading file", fo.name, ".Content", fo.read();
fo.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment