Identifying and Correcting Errors - AP Computer Science Principles

Card 1 of 30

0
Didn't Know
Knew It
0
1 of 3029 left
Question

Which Python keyword is used to handle exceptions?

Tap to reveal answer

Answer

try. Used with except to catch and handle errors.

← Didn't Know|Knew It →