CBSE Class 12 Computer Science Question 17 of 30

Exception Handling — Question 3

Back to all questions
3
Question

Question 3

Name three run-time errors that occur during Python program execution.

Answer

TypeError, ZeroDivisionError, IndexError are the three run-time errors that occur during Python program execution.