Question: (Python)The finally clause in a exception block set : a. executes only if there is no except: block b. always executes. c. executes only if
(Python)The finally clause in a exception block set :
a. executes only if there is no except: block
b. always executes.
c. executes only if exceptions are raised by statements in the try block.
d. executes only if no exceptions are raised by statements in the try block.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
