STEP 9: Let's see how often the user answered "a"! We use Get Count to count the number of times a string appears in a list and stores it in a variable. For example, if the user chooses "a" three times, than a_num will store the value 3.

  • Go to and drag Get Count to the bottom of your program OUTSIDE of the loop.
  • Change the name of the variable that stores the count to a_num.
  • Change the list in the .count() command to user_choices and change the parameter to the string "a".


# THIS ACTIVITY IS IN PREVIEW ONLY MODE