loops — predict the output10 / 10
loops — read it, predict it, then trust it
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
⌘↵ runs the editor.
Booting Python…
Output
[promptdojo:~]$ _