Question: Write a program for PYTHON 3.2 that will simulate rolling 2 die 10,000 times. Compute the empirical probability for each of the possible outcomes. Use
Write a program for PYTHON 3.2 that will simulate rolling 2 die 10,000 times. Compute the empirical probability for each of the possible outcomes. Use a function (method) to perform the roll and return the sum of the two dice.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
