ID EN
Built-in Exceptions

ArithmeticError

Python 3.11

The base class for those built-in exceptions that are raised for various arithmetic errors: OverflowError, ZeroDivisionError, FloatingPointError.

Syntax

PYTHON
exception ArithmeticError

See Also

OverflowError ZeroDivisionError FloatingPointError