promptdojo_

Loops — read it, predict it, then trust it — step 10 of 10

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 three users with scores. Your job: loop through them and print each user's name and score on its own line, in the format name: score.

Expected output:

maya: 92
marcus: 78
priya: 88

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