STEP 8: Each time the loop runs, we'll need it to ask the user a question, wait, and then store the user's choice.

  • Change the parameter in .ask() to the variable question.
  • Drag Wait INSIDE the loop.
  • Drag Append INSIDE the loop.
  • Change the list name before .append() to user_choices and the variable to choice.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE