I am making a Rock, Paper, Scissors game for my school project and it was finished but it suddenly stopped working. I think it is a problem in the while
loop.
while UserHand or UserHand_Retry != "Rock" and UserHand or UserHand_Retry != "Paper" and UserHand or UserHand_Retry != "Scissors":
tkMessageBox.showerror("ERROR!","You did not choose a valid object, please try again.")
UserHand_Retry = raw_input("What do you want to choose? (Rock/Paper/Scissors):")