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

Explanation: Python uses `try-except` to handle exceptions.

Explanation by: Mr. Dubey
Python uses `try-except` to handle exceptions.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
54
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
82%
Success Rate