lists and dicts — the bones of every api9 / 9
lists, dicts, and the shape of an api response
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 back a list of two users from a fake API. Your job: print the second user's score.
The starter has the data. Finish line 6 so the script prints second user score: 78.
⌘↵ runs the editor.
Booting Python…
Output
[promptdojo:~]$ _