subject

Write an application inpython that allows a user to play the game bulls and cows against a computer. the game works as follows: the computer chooses a 4-digit number in secret. the digits must all be different. the user then guesses the number and the computer provides the number of matching digits. if the matching digit is in the right position it is a "bull", if it is on a different position it is a "cow". for example: computer chooses: 3691 user guesses: 1649 computer answers: 1 bull and 2 cows if the user guesses a number with repeat digits that is partially correct the rule is that a correct digit can only count once and bulls count before cows. so for example computer chooses: 3691 user guesses: 4211 computer answers: 1 bull and 0 cows your program should report the number of attempts the user needed to guess the number. hint: you may find it easier to store these numbers as strings or in lists rather than as plain integers.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:10
How might the success of your campaign be affected if you haven’t carefully completed all field data or if you accidentally insert the wrong merge field in the document?
Answers: 1
question
Computers and Technology, 22.06.2019 22:40
Least square fit to polynomial write a function leastsquarefit3pol that solves a linear system of equations to find a least squares fit of a third order polynomial to an experimental data set given as two row arrays. the function leastsquarefit3pol must explicitly solve a set of linear equations and cannot use polyfit. there should be no restriction on the size of the problem that can be solved.
Answers: 1
question
Computers and Technology, 23.06.2019 13:30
Me ! evelyn is a manager in a retail unit. she wants to prepare a report on the projected profit for the next year. which function can she use? a. pmt b. round c. division d. what-if analysis
Answers: 2
question
Computers and Technology, 23.06.2019 17:30
What are the most commonly found items in the trash according to the municipal solid waste report?
Answers: 1
You know the right answer?
Write an application inpython that allows a user to play the game bulls and cows against a computer....
Questions
question
Mathematics, 15.07.2019 14:30