Created
October 19, 2016 00:52
-
-
Save leveled/312d9f2d15d281e6b35203b65df16982 to your computer and use it in GitHub Desktop.
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
file = open('newfile.txt', 'r') | |
for line in file | |
print line | |
file.close() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment