Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save leveled/312d9f2d15d281e6b35203b65df16982 to your computer and use it in GitHub Desktop.
Save leveled/312d9f2d15d281e6b35203b65df16982 to your computer and use it in GitHub Desktop.
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