Skip to content

Instantly share code, notes, and snippets.

@duducp
Last active January 30, 2020 16:59
Show Gist options
  • Save duducp/c577076555a3ddbb46443d5bd97d5999 to your computer and use it in GitHub Desktop.
Save duducp/c577076555a3ddbb46443d5bd97d5999 to your computer and use it in GitHub Desktop.
Read File With
with open('test.txt', 'r') as file:
print(file.read())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment