HELP PLEASE
Which type of error occurred in the following lines of code?
>>> print(9 / 0)
Traceback (most recent call last):
File " ", line 1, in
9/0
ZeroDivisionError: division by zero
logical error
logical error
exception
exception
syntax error
syntax error
reserved word error
reserved word error