promptdojo_

Lists, dicts, and the shape of an API response — step 7 of 9

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.

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