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.