Programming (11th Grade)
Exception Handling
Which of the following is a way to handle exceptions in Python?
try-except block
if-else statements
switch-case statements
for loop
Next