Skip to content

Instantly share code, notes, and snippets.

@Deep18-03
Created April 19, 2020 06:48
Show Gist options
  • Save Deep18-03/47010eb5cdc0a34259250fb67c1b7aa5 to your computer and use it in GitHub Desktop.
Save Deep18-03/47010eb5cdc0a34259250fb67c1b7aa5 to your computer and use it in GitHub Desktop.
#opening file using block
with open("deep.txt") as f:
print(f.read())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment