STEP 2: Let's create an empty list that will hold the values of all the dice rolls.
An empty list is an empty pair of brackets like this: [ ]. Our program will generate values to add to the list.
- In LOGIC click on . Drag out Empty List.
- Change the name of the list to rolls.