From 2e3ae1f5379a16cfbfd8a63f267eb86bed6369ee Mon Sep 17 00:00:00 2001 From: COUVIDOUX Gwendal Date: Tue, 14 Oct 2025 18:16:13 +0200 Subject: [PATCH] =?UTF-8?q?Probl=C3=A8me=20de=20papier=20qui=20gagne=20con?= =?UTF-8?q?tre=20iseaux=20et=20ciseaux=20qui=20gagne=20contre=20pierre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rock_paper_scissor_game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rock_paper_scissor_game.py b/rock_paper_scissor_game.py index 828fa78..3666026 100644 --- a/rock_paper_scissor_game.py +++ b/rock_paper_scissor_game.py @@ -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) \ No newline at end of file