Multiple choice which of the following is used for exception handling? try.....catch() try.....except() if.....except() if....else..... Reveal answer Fill a bubble to check yourself B Correct answer Explanation Python uses the try and except blocks to handle exceptions during program execution.