πŸ“Š Problem Solving and Python Programming
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

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