promptdojo_

Read the names in a tiny tool — step 7 of 8

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

full-screen editor opens — close anytime to keep reading.