Which keyword is used to handle exceptions in Python?
Python DeveloperEasy
Python Developer — Easy
Which keyword is used to handle exceptions in Python?
Explanation
The correct keyword used to handle exceptions in Python is "except." This keyword is specifically designed to catch and handle exceptions in Python code.