python try: except ExceptionType: finally: python try: result = number1 / number2 except ZeroDivisionError: except ValueError: finally: