πŸ“Š Python
Q. Which of the following is used to handle exceptions in Python?
  • (A) catch
  • (B) try-except
  • (C) error-handler
  • (D) throw
πŸ’¬ Discuss
βœ… Correct Answer: (B) try-except

Explanation: Python uses the `try-except` block to catch and handle exceptions.

Explanation by: Rati Dubey
Python uses the `try-except` block to catch and handle exceptions.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
53
Total Visits
πŸ“½οΈ
7 mo ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
87%
Success Rate