promptdojo_

Read the names in a tiny tool — step 8 of 8

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 wrote a small script that tracks two scores and prints a winner. The starter has the variables already named for you. Finish line 4 so the script prints winner: maya (lowercase, no extra punctuation).

Hint: line 4 should print an f-string that uses winner_name.

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