open_in_new
content_copy
try: print(1 / 0) except ZeroDivisionError: print("You divided a number by 0.")