Try Except in Python MCQs Exercise I
Ques 1
Try Except
Which of the following statements are used in Exception Handling in Python?
A try-catch
B try-catch-default
C try-except-default
D try-except-finally
Ques 2
Try Except
What keyword is used to raise exceptions in Python?
A try
B catch
C raise
D throw