Which keyword is used to handle exceptions in Python?

Explanation:

try is used to handle exceptions; except catches them.

Explore more in Computer Science: