promptdojo_

The four types you'll see daily — step 8 of 9

Write three lines. Line 1: assign the string "15" to a variable called raw. Line 2: assign int(raw) + 5 to a variable called total. Line 3: print total: {total} using an f-string.

Expected output:

total: 20

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