Computer Science
Fill in the blanks:
_________ is a Python object that represents an error.
Python Exception Handling
2 Likes
Answer
Exception
Answered By
3 Likes
Related Questions
Fill in the blanks:
On encountering a _________ error, the interpreter does not execute the program unless these errors are removed by the user.
Fill in the blanks:
When a number is divided by 0, _________ error is raised.
Fill in the blanks:
_________ error is raised when a local or global variable is not defined.
Fill in the blanks:
The _________ block holds the code to be run and checked for any error, if exists.