Skip to content

Instantly share code, notes, and snippets.

@meadhikari
Created February 23, 2013 15:42
Show Gist options
  • Save meadhikari/5020181 to your computer and use it in GitHub Desktop.
Save meadhikari/5020181 to your computer and use it in GitHub Desktop.
with open("Data.txt") as f:
content = ast.literal_eval(f.readlines())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment