python try: except ExceptionType: python try: result = num1 / num2 except ValueError: except ZeroDivisionError: except Exception as e: