Errors and Assertions

Catch a Zero Division Error

① Learn

A try block runs code that might fail. An except block gives your program a backup plan when an error happens.

② Implement — write it, run it, submit
Goal

Make `result` equal `infinite retry`.

Output
Hints
  • Stuck? Reveal a hint.
Free Tools & Calculators