Skip to content

Commit 1195c53

Browse files
committed
Remove now unused outcome constants
1 parent 4927552 commit 1195c53

File tree

1 file changed

+0
-5
lines changed
  • puzzles/solutions/2022/d02

1 file changed

+0
-5
lines changed

puzzles/solutions/2022/d02/p2.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
import shapes
55

66

7-
DEFEAT = "X"
8-
DRAW = "Y"
9-
WIN = "Z"
10-
11-
127
def choose_shape(opponent_move: str, outcome: str) -> str:
138
"""
149
:param opponent_move: move the opponent played

0 commit comments

Comments
 (0)