When should the finally statement be used?

At the end of a try and except block, to execute code whether or not an exception occurredTo highlight the last line of a program to be executed

At the end of a try and except block, to execute code whether or not an exception occurred.