Which of the following is not an exception handling keyword in Python?

a) try
b) except
c) accept
d) finally

1 thought on “Which of the following is not an exception handling keyword in Python?”

  1. c
    Explanation: The keywords ‘try’, ‘except’ and ‘finally’ are exception handling keywords in python whereas the word ‘accept’ is not a keyword at all.

Leave a Comment