CBSE · 083Class XII · 2024Section A1 mark
Question 13
2 April 2024 · Computer Science (083)
State whether the following statement is True or False : While handling exceptions in Python, name of the exception has to be compulsorily added with except clause.
Answer
False
Explanation
A bare 'except:' clause can be used to catch all exceptions without specifying a name.