variables — what ai reaches for first9 / 9
print, repr, and the f-string
Checkpoint
One last thing before we move on. Same surface as a write step — but the lesson doesn't complete until this passes.
Last one. AI wrote a small status report that needs one final line.
The starter has the variables and the first two prints. Finish line 5
so the script prints exactly progress: 75%.
Hint: line 5 should be a print with an f-string that uses
done and total. The percent sign is a literal character.
⌘↵ runs the editor.
Booting Python…
Output
[promptdojo:~]$ _