diff --git a/day04/main.py b/day04/main.py index 97c6aa4..9822b8b 100644 --- a/day04/main.py +++ b/day04/main.py @@ -59,7 +59,7 @@ print(f"The computer chose: Paper {paper}") if choice == 0: print("You lose, Paper wins against rock.") - elif choice == 0: + elif choice == 1: print("It's a draw!") else: print("You win!")