STEP 12: Let's have our sprite invite our guests to the party!

We use plus signs to combine strings and string variables. This is called string concatenation.

  • Drag Say indented inside the function.
  • Inside the .say(), replace "I am a sprite." with this: "Come to my " + theme + " themed party!"

# THIS ACTIVITY IS IN PREVIEW ONLY MODE