Skip to content

Instantly share code, notes, and snippets.

@Ventsislav-Yordanov
Last active February 18, 2019 04:38
Show Gist options
  • Save Ventsislav-Yordanov/b4777ed23be7587baae8022644e443a8 to your computer and use it in GitHub Desktop.
Save Ventsislav-Yordanov/b4777ed23be7587baae8022644e443a8 to your computer and use it in GitHub Desktop.
try:
# Write your operations here
print(numbers)
except:
# If there is an error, the code in this block will be executed
# For example, here you can log the error details
print("An exception occured")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment