Skip to content

Commit 51fdf58

Browse files
committed
remove old arguments
1 parent b8baf95 commit 51fdf58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2020/22b.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def main():
5959
hand2 = deque(p2)
6060
out = 0
6161
games = set()
62-
winner = recursive_combat(hand1, hand2, games)
62+
winner = recursive_combat(hand1, hand2)
6363
if winner == 'instant':
6464
winner = 'player1'
6565
if winner == 'player1':

0 commit comments

Comments
 (0)