STEP 5: Let's add the results to our list, so we can use them later in our program.
- In LOGIC, click on . Drag Append inside your loop.
- Change the list name from my_list to outcome_list.
- Change the variable inside .append() to outcome.
To navigate the page using the TAB key, first press ESC to exit the code editor.