Skip to content

Instantly share code, notes, and snippets.

@jojonki
Created June 8, 2018 17:58
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 jojonki/09ad308e5604f77c48be9749eab74002 to your computer and use it in GitHub Desktop.
Save jojonki/09ad308e5604f77c48be9749eab74002 to your computer and use it in GitHub Desktop.
one_line_read_lines.py
liens = [line.rstrip('\n') for line in open('file')]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment