lists and dicts — the bones of every api7 / 9
lists, dicts, and the shape of an api response
Cursor wrote a script to print the first user's name. It uses users[1], which
is wrong — that's the second user. The output is marcus and it should be maya.
Fix line 6 so the script prints first user: maya.
The break is on line 6 — but read the whole snippet first.
⌘↵ runs the editor.
Booting Python…
Output
[promptdojo:~]$ _