while bulls != 4 : userinput=list(map(int,input().split())) for i in range(len(userinput)): if userinput[i]==Guess[i]: bulls+=1\'