Question: Write a Python program that calculates the probabilities of getting different sums of points (from 3 - 18) when you roll three dice. What sum
Write a Python program that calculates the probabilities of getting different sums of points (from 3 - 18) when you roll three dice. What sum has the highest probability? Hint initialize a list of counts, all set to 0, then generate all possible combinations of points on three dice and for each combination increment the appropriate count. Must include comments on what is being done.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
