Question 1:
Two D8s: Create a simulation showing what happens if you roll two eightsided dice 1000 times. Increase the number of rolls gradually until you start to see the limits of your system’s capabilities.
Question 2:
Three Dice: If you roll three D6 dice, the smallest number you can roll is 3 and the largest number is 18. Create a visualization that shows what happens when you roll three D6 dice.
Question 3:
Multiplication: When you roll two dice, you usually add the two numbers together to get the result. Create a visualization that shows what happens if you multiply these numbers instead.
Question 4: Practicing with Both Libraries: Try using matplotlib to make a die-rolling visualization, and use Pygal to make the visualization for a random walk.