Read the code. divide(10, 0) triggers the raise on line 3. The caller wraps it in try/except. What prints?
divide(10, 0)
raise
try/except