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