Last active
January 30, 2020 16:59
-
-
Save duducp/c577076555a3ddbb46443d5bd97d5999 to your computer and use it in GitHub Desktop.
Read File With
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('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