0

What does the below output in the code mean?

>>> 11 / 0 Traceback (most recent call last): File "<stdin>", line 1, in <module> ZeroDivisionError: division by zero

10th Apr 2020, 2:44 PM
Vipraj Jha
Vipraj Jha - avatar
1 Answer
+ 2
That dividing by zero is not allowed ^^
10th Apr 2020, 2:45 PM
visph
visph - avatar