CBSE Class 11 Informatics Practices Question 44 of 102

Python Programming Fundamentals — Question 5

Back to all questions
5
Question

Question 5

Name three runtime errors that occur during Python program execution.

Answer

Three runtime errors that occur during Python program execution are:

  1. TypeError
  2. ZeroDivisionError
  3. IndexError