Last active
February 18, 2019 04:38
-
-
Save Ventsislav-Yordanov/b4777ed23be7587baae8022644e443a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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