Correct Answer: b) Executes code after a try block, regardless of whether an exception was raised
Explanation: The finally block is always executed after the try and except blocks, whether an exception occurs or not.
Correct Answer: b) Executes code after a try block, regardless of whether an exception was raised
Explanation: The finally block is always executed after the try and except blocks, whether an exception occurs or not.