Skip to content

Instantly share code, notes, and snippets.

@PythonDotLand
Created August 10, 2021 19:51
Show Gist options
  • Select an option

  • Save PythonDotLand/cea692fad49c23387918a21759da14e9 to your computer and use it in GitHub Desktop.

Select an option

Save PythonDotLand/cea692fad49c23387918a21759da14e9 to your computer and use it in GitHub Desktop.
from time import sleep
while True:
try:
print("Try and stop me")
sleep(1)
except Exception:
print("Ok I'll stop!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment