variables — what ai reaches for first7 / 8
naming things you'll point ai at
Write two lines.
Line 1: assign the value "promptdojo" to a variable called app_name.
Line 2: print welcome to {app_name} using an f-string.
Expected output:
welcome to promptdojo
⌘↵ runs the editor.
Booting Python…
Output
[promptdojo:~]$ _