You are viewing a single comment's thread. Return to all comments →
When you do 3/0, the ZeroDivisionError is "Division by Zero" When you do 3//0, the ZeroDivisionError is "integer division or modulo by zero"
Seems like cookies are disabled on this browser, please enable them to open this website
Exceptions
You are viewing a single comment's thread. Return to all comments →
When you do 3/0, the ZeroDivisionError is "Division by Zero" When you do 3//0, the ZeroDivisionError is "integer division or modulo by zero"