STEP 12: We want to remember how many shots the player made, so let's append the result inside our list.

  • In LOGIC, go to and drag in Append INSIDE your else block. It should be indented twice!
  • Change the variable name in front of .append() from my_list to kicks.
  • Change the argument inside of .append() from my_var to "Made".

# THIS ACTIVITY IS IN PREVIEW ONLY MODE