lists and dicts — the bones of every api5 / 9
lists, dicts, and the shape of an api response
Cursor wrote a quick lookup of a user's email (see the editor). It defined the dict on line 1 and tried to reach for the email on line 2 — but it left a blank where the key should go. The script should print the email address.
Key:
⌘↵ runs the editor.
Booting Python…
Output
[promptdojo:~]$ _