STEP 15: We're almost done! Let's use the color the user inputs to change the face.

The input variable choice lets us store the text the user types.

  • In , drag in Set Color.
  • Change the name in front of .set_color() from sprite to face.
  • Change what's inside the parentheses from "red" to choice.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE