Examveda
Examveda

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: Option D


This Question Belongs to Python Program >> Exception Handling In Python

Join The Discussion

Related Questions on Exception Handling in Python