STEP 5: Let's tweak our random generator so it generates numbers only between 1 and 6.

  • First, change the variable name from my_var to outcome.
  • Then, change the second argument inside of randint() from 10 to 6. (Because a dice only has six sides.)

# THIS ACTIVITY IS IN PREVIEW ONLY MODE