Home / Engineering / Problem Solving and Python Programming / Question

M

Mr. Dubey • 51.17K Points
Coach

Q.) An exception is                          

(A) an object
(B) a special function
(C) a standard module
(D) a module
Correct answer : Option (A) - an object

Explanation:
 an exception is an object that is raised by a function signaling that an unexpected situation has occurred, that the function itself cannot handle.

Share

Discusssion

Login to discuss.