Practice Test Geeks home

Python Exception Handling Questions and Answers

What is the correct order of execution for the blocks in a `try...except...else...finally` statement when no exception occurs within the `try` block?

Select your answer