promptdojo_

raise — failing loudly on purpose — step 2 of 8

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