Q29
What is the purpose of the sys.exc_info() function in Python?
A.
It returns information about the currently handled exception
AnswerB.
It prints error messages
C.
It raises an exception
D.
It creates a function
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board