STEP 15: As the loop runs, we'll want to add each value to a list to keep a record and keep them in order.

  • Click on . Drag out Append and drop it inside your loop.
  • Change the name in front to expected_vals.
  • Change the argument in .append() to theor_value.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE