Python | Exception Handling quiz | Question 9

Last Updated :
Discuss
Comments

What does the finally block execute if an exception is raised and not caught?

It doesn't execute

It executes before the exception is raised

It executes after try/except blocks

It executes only if the exception is caught

Share your thoughts in the comments