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

use python3
use python3 Define a function that takes no input parameters and starts

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!