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

  • (A) try
  • (B) except
  • (C) accept
  • (D) finally
πŸ’¬ Discuss
βœ… Correct 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.

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

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
84
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate