Skip to content

Instantly share code, notes, and snippets.

@tocttou
Created August 21, 2016 18:34
Show Gist options
  • Select an option

  • Save tocttou/cd9c0ed3ea224d71662ea1ca5796785b to your computer and use it in GitHub Desktop.

Select an option

Save tocttou/cd9c0ed3ea224d71662ea1ca5796785b to your computer and use it in GitHub Desktop.
with open('./file2.txt', 'r') as file:
f = file.read()
print f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment