We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2faeb9 commit 583c923Copy full SHA for 583c923
puzzles/solutions/2022/d02/p1.py
@@ -14,7 +14,7 @@ def get_moves(input_text: str) -> tuple[tuple[str, str], ...]:
14
15
def calculate_move_score(move: tuple[str, str]) -> int:
16
"""
17
- :param move: pair of (opponent move, our move) pairs
+ :param move: pair of (opponent move, our move)
18
:return: total score of the move
19
20
score = 0
0 commit comments