Skip to content

Instantly share code, notes, and snippets.

@vihar
Created July 27, 2017 20:57
Show Gist options
  • Save vihar/fb65f19d7bd6b4a416275597d3e875a8 to your computer and use it in GitHub Desktop.
Save vihar/fb65f19d7bd6b4a416275597d3e875a8 to your computer and use it in GitHub Desktop.
try:
print(1 / 0)
except ZeroDivisionError:
print("You can't divide by zero.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment