STEP 10: Let's have the kitty say its weight, too! Just like we did for dino!

  • Use a Say command to have the kitty_sprite say how much it would weigh on the moon.
  • Use str() to combine "I'd weigh " and kitty_moon_weight in the .say() command.
  • Use Wait to have the stage wait 3 seconds.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE