Skip to content

Instantly share code, notes, and snippets.

@Ventsislav-Yordanov
Last active February 18, 2019 05:23
Show Gist options
  • Save Ventsislav-Yordanov/5668b346fbb7575f51942f61172218f6 to your computer and use it in GitHub Desktop.
Save Ventsislav-Yordanov/5668b346fbb7575f51942f61172218f6 to your computer and use it in GitHub Desktop.
try:
print(sorted(1))
except Exception as error:
print("Something went wrong")
print(error)
else:
print("Nothing went wrong")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment