Simple Simulations. In the problems that follow, develop simple simulations using the functions randint and randfloat developed in this chapter.
Write a program to simulate a lottery drawing that uses balls numbered from 1 to 10. Assume that three balls are drawn at random. Allow the user to enter the number of lottery drawings to simulate. What percentage of the time does the result contain three even numbers in the simulation? What percentage of the time does the number 7 occur in the three numbers in the simulation? What percentage of the time do the numbers 1, 2, and 3 occur in the simulation?
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.