Question: use python3 Define a function that takes no input parameters and starts a game. The game should start by generating a list of 20 random
Define a function that takes no input parameters and starts a game. The game should start by generating a list of 20 random integers between 1 and 100 and printing them to the screen. The game should then ask the user for an integer between 1 and 100 , then the game will remove all multiples of that number from the list then display the reduced list to the screen. The player then guesses a new number. This continue until the user has emptied the list. The game then reports something like, "Congratulations, it took you 5 tries to empty the list. Go for a better score
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
