Vidyalelo
Python · Q61

Exception Handling in Python

Programming · Python · question 61

Q61

Which of the following blocks will be executed whether an exception is thrown or not?

A.
except
B.
else
C.
finally
Answer
D.
assert

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board