Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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