CBSE Class 12 Computer Science
Question 12 of 30
Exception Handling — Question 3
Back to all questionselse
Reason — The 'else' keyword in Python is not specific to exception handling but rather plays a role in conditional statements and control flow structures. On the other hand, in exception handling constructs, the main keywords are 'try,' 'except,' and 'finally.