Question: This a python assignment, use idle to solve it Create a program that will play the cows and bulls game with the user. The game
This a python assignment, use idle to solve it
Create a program that will play the "cows and bulls" game with the user. The game works like this: Randomly generate a 4-digit number. Ask the user to guess a 4-digit number. For every digit that the user guessed correctly in the correct place, they have a "cow". For every digit the user guessed correctly in the wrong place is a "bull." Every time the user makes a guess, tell them how many "cows" and "bulls" they have. Once the user guesses the correct number, the game is over. Keep track of the number of guesses the user makes throughout the game and tell the user at the end. Say the number generated by the computer is 1038. An example interaction could look like this: Welcome to theCows and Bulls Game! Enter a number: 1234 2 cows, >1286 1 cow, 1 bull 0 bulls 1385 1 cow, 2 bulls 1738 3 cows, 0 bulls >1038 Congrats you got it in 5 tries
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
