Skip to content

Instantly share code, notes, and snippets.

@Ventsislav-Yordanov
Created February 18, 2019 05:23
Show Gist options
  • Save Ventsislav-Yordanov/f9eb9372847419c047b8b2af25d41e8c to your computer and use it in GitHub Desktop.
Save Ventsislav-Yordanov/f9eb9372847419c047b8b2af25d41e8c to your computer and use it in GitHub Desktop.
try:
print(sorted([1, 2, 3]))
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