variables — what ai reaches for first8 / 8
naming things you'll point ai at
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.
⌘↵ runs the editor.
Booting Python…
Output
[promptdojo:~]$ _