Python Practice Test
Python Exception Handling 2
What happens when an exception is raised inside a `finally` block?
Select your answer
A
It is silently ignored
B
It replaces any exception from the try block
C
It is caught by the nearest except clause
D
Python exits immediately
Hint
✨ Remove Ads & Unlock Every Exam
— From $1.49
🃏 PYTHON Flashcards — Study This Quiz as Flip Cards →
📚 Want to go deeper? Read the Full PYTHON Study Guide →