Created
August 17, 2017 14:14
-
-
Save vpatov/b061b868b7c3de041af1d338ca7372eb to your computer and use it in GitHub Desktop.
Problem 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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