📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!


    Question

    Which Python keyword is used to handle

    exceptions?
    A catch Correct Answer Incorrect Answer
    B try Correct Answer Incorrect Answer
    C handle Correct Answer Incorrect Answer
    D except Correct Answer Incorrect Answer
    E finally Correct Answer Incorrect Answer

    Solution

    try is used to wrap code that may raise exceptions; except handles the exceptions.

    Practice Next
    ask-question