promptdojo_

Functions and the missing return — step 9 of 9

Checkpoint

One last thing before we move on. Same surface as a write step — but the lesson doesn't complete until this passes.

One last thing. AI wrote a function discount that's supposed to take a price and a percent off, and hand back the new price. The function body is missing the line that does the math and returns the answer.

Finish the function so the script prints final: 80.0.

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