What happens when a `try` block raises an exception that has no matching `except` clause?
-
A
The exception is silently ignored
-
B
Python searches for a matching handler up the call stack
-
C
The program automatically restarts
-
D
Python converts it to a warning