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
This question is part of this quiz :
Python Exception Handling quiz