| Hosted by CoCalc | Download
Kernel: Python 2
a = 5 a = 5 a = 5 a = 5 a = 5 a = 5 a = 5 a = 5 a / 0 b = 7
--------------------------------------------------------------------------- ZeroDivisionError Traceback (most recent call last) <ipython-input-1-448c48d093d4> in <module>() 1 a = 5 ----> 2 a / 0 3 b = 7 ZeroDivisionError: integer division or modulo by zero