Raised when the result of an arithmetic operation is too large to be represented. This does not occur for integers (which can grow arbitrarily large), but can occur for float operations.
OverflowError
python Raised when the result of an arithmetic operation is too large to be represented. This does not occur for integers (which can grow arbitrarily large), but can occur for float operations.