Programming (Year 12)
Error Handling
Which of the following is a way to handle exceptions in Python?
try...except
if...else
for...in
switch...case
Next