Advertisements
Advertisements
Question
Which of the following statements is not true?
Options
Python's standard library is an extensive collection of built-in exceptions that deals with commonly occurring errors
Python's standard library does not provide solution for exceptions
On occurrence of exception the associated handler code is executed
The handler code displays the reason along with the raised exception name
MCQ
Solution
Python's standard library does not provide solution for exceptions
Explanation:
is incorrect because the standard library for Python does include an exception solution.
shaalaa.com
Built-in Exceptions
Is there an error in this question or solution?