Skip to content

Instantly share code, notes, and snippets.

@krebernisak
Created November 11, 2013 19:08
Show Gist options
  • Save krebernisak/7418578 to your computer and use it in GitHub Desktop.
Save krebernisak/7418578 to your computer and use it in GitHub Desktop.
Open file and readlines
with open(fname) as f:
content = f.readlines()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment