promptdojo_

Tracebacks — read the wall of text — step 8 of 8

Checkpoint

One last thing before we move on. Same surface as a write step — but the lesson doesn't complete until this passes.

One last thing. AI handed you this script and it crashes. The traceback ends with KeyError: 'email'. Your job: read the dict on line 1, then fix the lookup on line 2 so the script prints email: maya@example.com.

Two changes total. The dict has the user's email under a different key name — use the correct one.

full-screen editor opens — close anytime to keep reading.