
Homework
Herdle Problem, You can check the details of this problem here: http://www.usaco.org/index.php?page=viewproblem2&cpid=1179
# Build answer and guess
green = 0
yellow = 0
answer_dic = {}
answer = ['A', 'B', 'C', 'D', 'E', 'F', 'D', 'H', 'I']
guess = ['Z', 'Z', 'Z', 'D', 'Z', 'Z', 'Z', 'D', 'D']I also encourage all of you to try
http://www.usaco.org/index.php?page=viewproblem2&cpid=1180
and
http://www.usaco.org/index.php?page=viewproblem2&cpid=1181
but please make sure you understand herdle problem and can write the right solution.