variables — what ai reaches for first6 / 9
print, repr, and the f-string
Cursor wrote this and the output isn't right — it's printing the
literal curly braces instead of substituting the variable. Fix it so
the output is exactly hello, alex.
Expected output:
hello, alex
The break is on line 2 — but read the whole snippet first.
⌘↵ runs the editor.
Booting Python…
Output
[promptdojo:~]$ _