Python | Exception Handling quiz | Question 2

Last Updated :
Discuss
Comments

How can you handle exceptions in Python?

Using if-else statements

Using try-except blocks

Using switch-case statements

Using for loops

Share your thoughts in the comments