Skip to content

Instantly share code, notes, and snippets.

@vpatov
Created August 17, 2017 14:14
Show Gist options
  • Save vpatov/b061b868b7c3de041af1d338ca7372eb to your computer and use it in GitHub Desktop.
Save vpatov/b061b868b7c3de041af1d338ca7372eb to your computer and use it in GitHub Desktop.
Problem 1
with open('input_1.txt','r') as f:
data = f.read()
print(data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment