Vidyalelo
Python · Q54

Exception Handling in Python

Programming · Python · question 54

Q54

Which built-in Python function can be used to retrieve the error message associated with an exception?

A.
str()
B.
error()
C.
message()
D.
exc_info()
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board