Skip to content

Instantly share code, notes, and snippets.

@JeffersGlass
Created November 22, 2020 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeffersGlass/e4413161de791113323efb1bc3aedf85 to your computer and use it in GitHub Desktop.
Save JeffersGlass/e4413161de791113323efb1bc3aedf85 to your computer and use it in GitHub Desktop.
from time import sleep
with open("contextManager.txt", "w") as f:
f.write("This is written in context!")
sleep(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment