Activity: Range List

STEP 9: Now we have a list of the results of ten random dice rolls. Let's display our data!

  • We'll first want to create a table. To do so, we need to know how many times we rolled a number between 1 and 6.
  • In SUBJECT, click on . Drag out Range List. Drop it OUTSIDE your loop.
  • Add a comma and a 6 to the end of the list, so it looks like this: range_list·= [·1,·2,·3,·4,·5,·6]¬

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
Support