Question: What is the purpose of the finally block in Python exception handling? To re - raise exceptions. To define a block of code that always
What is the purpose of the finally block in Python exception handling?
To reraise exceptions.
To define a block of code that always executes, regardless of whether an exception occurs or not.
To catch exceptions and handle them.
To define custom exceptions.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
