Q.

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

A. try
B. except
C. accept
D. finally
Answer» C. accept
Explanation: the keywords ‘try’, ‘except’ and ‘finally’ are exception handling keywords in python whereas the word ‘accept’ is not a keyword at all.
748
0
Do you find this helpful?
5

Discussion

No comments yet