STEP 6: We'll want to see the results as they happen. Let's update the display!

  • Click on . Drag out Update Display inside your for loop.
  • Change the name in front from my_display to outcome_display.
  • Change the variable inside the .update() to outcome_list.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE