STEP 8: Let's have the t-rex say how much it would weigh on the moon!

  • Use a Say command to have the dino_sprite say how much it would weigh on the moon.
  • Your .say() command should read: .say("I'd weigh " + str(dino_moon_weight) + " pounds.")
  • dino_moon_weight is storing the results of the get_moon_weight function.

We can see that the dino only weighs 2129.6 pounds on the moon! Remember, that's 16% of its weight on earth!

# THIS ACTIVITY IS IN PREVIEW ONLY MODE