STEP 12: We want to count how many times each number appeared, but we need to have a list to store our results.
We'll use a list to store our frequency values, also! Lists are an important structure for storing elements in order.
- In LOGIC, click on . Drag out Empty List.
- Change the name from my_list to freq_list.