Skip to content

Instantly share code, notes, and snippets.

@ItsCosmas
Created May 9, 2019 08:52
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 ItsCosmas/350e95355e796a7b0ed9c4e6d0db8a0a to your computer and use it in GitHub Desktop.
Save ItsCosmas/350e95355e796a7b0ed9c4e6d0db8a0a to your computer and use it in GitHub Desktop.
try:
word = "spam"
print(word/0)
except:
print("An Error Occured")
finally:
print("This code will run no matter what errors")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment