Activity: Say Price

STEP 11: We're ready to have our sprite say the original price!

Remember, we can add two strings together using +. This is called concatenation.

  • In GRAPHICS, click on and drag in Say.
  • Change the string inside the .say() to this: "The original price was $" + price_string.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
Support