Exception Handling Board Questions


  1. State whether the following statement is True or False : [1 MARK] [2024]

    While handling exceptions in Python, the name of the exception has to be compulsorily added with the except clause.
  2. False