Problème de papier qui gagne contre iseaux et ciseaux qui gagne contre pierre
This commit is contained in:
@@ -47,6 +47,6 @@ if __name__ == '__main__':
|
|||||||
print("Computer is thinking very hard....")
|
print("Computer is thinking very hard....")
|
||||||
computer_choice = random_move()
|
computer_choice = random_move()
|
||||||
|
|
||||||
print(f"Computer chose: {user_choice}")
|
print(f"Computer chose: {computer_choice}") #choix du computer pas du joueur
|
||||||
check_winner(user_choice, computer_choice)
|
check_winner(user_choice, computer_choice)
|
||||||
|
|
||||||
Reference in New Issue
Block a user