Skip to content

Instantly share code, notes, and snippets.

@ustropo
Created July 15, 2022 17:54
Show Gist options
  • Save ustropo/f0d669d5c477aa541f7e08c02c5aaae0 to your computer and use it in GitHub Desktop.
Save ustropo/f0d669d5c477aa541f7e08c02c5aaae0 to your computer and use it in GitHub Desktop.
try:
print('some danger code')
except ValueError:
print('a value error occurred')
except:
print('other error happened')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment