CBSE Class 12 Computer Science Question 20 of 30

Exception Handling — Question 6

Back to all questions
6
Question

Question 6

Name some common built-in exceptions in Python.

Answer

Some common built-in exceptions in Python are NameError, TypeError, ValueError, ZeroDivisionError, AttributeError, KeyError, IndentationError, IOError, IndexError, EOFError, SyntaxError and RuntimeError.