koolchild101p1kzi9 koolchild101p1kzi9 02-12-2020 Computers and Technology contestada Which type of error occurred in the following lines of code? >>> print(9 / 0)Traceback (most recent call last): File " ", line 1, in 9/0ZeroDivisionError: division by zeroAnswer choices:reserved word errorlogical errorexceptionsyntax error