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.

  • From drag in Set Color.
  • Change the variable name in front of .set_color() from sprite to face.
  • Change the argument inside the parentheses from "red" to choice.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE