Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SofaKing1337/20a321b53bafe6d5b5a6884838cc35e4 to your computer and use it in GitHub Desktop.
Save SofaKing1337/20a321b53bafe6d5b5a6884838cc35e4 to your computer and use it in GitHub Desktop.
snake_byte_1
with open('some_file.txt', 'r') as input:
for line in input:
print line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment