Q. Which Python keyword is used to handle exceptions?
Solution:
try, except, and finally are used together to handle exceptions in Python, with try testing a block, except catching errors, and finally executing regardless.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.