Question: In Python do the following program: Powerball is a national lottery game consisting of six randomly drawn numbers. The first five can be any number
In Python do the following program:
Powerball is a national lottery game consisting of six randomly drawn numbers. The first five can be any number from 0 to 68; the final number is from 1 to 26.
In the first 5 numbers you must write code to prevent a number from being used twice.
Write a program that will prompt the user to enter the number of drawings. Each drawing will simulates and print the drawing of all six numbers specifying what the Powerball is.
Try your program with different number of drawings. Use 26 as the number of drawing for what you will turn in
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
