ZeroDivisionError
Raised when the second argument of a division or modulo operation is zero. The message indicates whether integer division, float division, or modulo was attempted.
Raised when the second argument of a division or modulo operation is zero. The message indicates whether integer division, float division, or modulo was attempted.
Raised when an integer is divided by zero. Note that Float division by zero returns Infinity or NaN rather than raising.