tracebacks — cursor wrote this and crashed8 / 8
tracebacks — read the wall of text
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.
⌘↵ runs the editor.
Booting Python…
Output
[promptdojo:~]$ _