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
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