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 the exception is raised
It executes only if the exception is caught
This question is part of this quiz :
Python Exception Handling quiz