promptdojo_

Walking the shape — loops over the data AI hands back — step 5 of 8

Cursor wrote a loop that walks through a dict and prints each name and score. The loop header is missing the second loop variable. Fill in the name you want — the f-string on the next line already uses the same name, so whatever you pick for the loop variable will be the value the print line reads.