In the following Python error message, what is the exception type, and what line did the error occur on?

RESTART: C:/Users/python/c110.py

Traceback (most recent call last):

File " C:/Users/python/c110.py ", line 3, in <module>

print(num/div)

ZeroDivisionError: division by zero

1 answer

The exception type is ZeroDivisionError and the error occurred on line 3.
Similar Questions
  1. QuestionIf a programmer creates a Python module, how can it be used in another program? (1 point) Responses It can’t; it would
    1. answers icon 1 answer
  2. QuestionIf a programmer creates a Python module, how can it be used in another program? (1 point) Responses It can’t; it would
    1. answers icon 1 answer
    1. answers icon 1 answer
  3. Which type of error will not result in an error message?(1 point) Responses syntax error logic error runtime error division by
    1. answers icon 1 answer
more similar questions