Skip to content

Instantly share code, notes, and snippets.

@thmain
Last active January 7, 2017 15:49
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 thmain/36ac54feda1f881cdc6f131a9fa971c8 to your computer and use it in GitHub Desktop.
Save thmain/36ac54feda1f881cdc6f131a9fa971c8 to your computer and use it in GitHub Desktop.
f = open('data.txt','r');
lines = f.read().splitlines();
f.close();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment