Problème de papier qui gagne contre iseaux et ciseaux qui gagne contre pierre

This commit is contained in:
2025-10-14 18:16:13 +02:00
parent befea7f0d4
commit 2e3ae1f537

View File

@@ -47,6 +47,6 @@ if __name__ == '__main__':
print("Computer is thinking very hard....")
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)