Legend quest ยท reward 55 XP

Catch a mistake safely.

๐Ÿฅš

Egg hatching ยท 0%

Finish every step to hatch your monster!

Step 1 / 6

๐Ÿ‘พ

try/except

Catch a mistake safely. ๐Ÿ” Why it matters: This is how apps store lots of things at once, like a monster's backpack.

try:
    risky()
except:
    pass