Question: 1. Write a function named ThreeDicesAdd to perform the following experiment 1000 times: roll 3 six-sided dice and add their values. Put the outcomes In

1. Write a function named "ThreeDicesAdd" to perform the following "experiment" 1000 times: roll 3 six-sided dice and add their values. Put the outcomes In a list called addDiceList. So addDiceList should have length 1000, and each of the 1000 elements should be an integer from 3 to 18. Plot the histogram of the outcomes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
