subject

In MasterMind, one player has a secret code made from a sequence of colored pegs. Another player tries to guess the sequence. The player with the secret reports how many colors in the guess are in the secret and also reports whether the correct colors are in the correct place. Write a function report(guess, secret) that takes two lists and returns a 2-element list [number_right_ place, number_wrong_place] As an example, If the secret were red-red-yellow-yellow-black and the guess were red-red-red-green-yellow, then the secret holder would report that the guess identified three correct colors: two of the reds, both in the correct place, and one yellow, not in the correct place. In []: guess

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 03:30
Jessie has received a contract to build a real-time application for a baker. however, the baker doesn't want to invest too much money. his only requirement is that he wants the customers to know which cupcakes are available at what time and in what quantity. so his core requirement is that the details of product should be in real time. what platform can jessie use to develop this application?
Answers: 1
question
Computers and Technology, 22.06.2019 19:20
Write a program that prompts the user to input a string. the program then uses the function substr to remove all the vowels from the string. for example, if str = "there", then after removing all the vowels, str = "thr". after removing all the vowels, output the string. your program must contain a function to remove all the vowels and a function to determine whether a character is a vowel.
Answers: 2
question
Computers and Technology, 23.06.2019 12:30
Animations and transitions are added from the
Answers: 1
question
Computers and Technology, 23.06.2019 17:00
What are the 12 colors of the spectrum called?
Answers: 1
You know the right answer?
In MasterMind, one player has a secret code made from a sequence of colored pegs. Another player tri...
Questions
Questions on the website: 13722363