Which Of The Following Blocks Will Be Executed Whether An #1191
Which of the following blocks will be executed whether an exception is thrown or not?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Exception Handling - Python Exception Handling - Quiz No.4.
Which of the following blocks will be executed whether an exception is thrown or not?
except
else
finally
assert