diff --git a/nimm.py b/nimm.py index b6442fd..a71194b 100644 --- a/nimm.py +++ b/nimm.py @@ -51,7 +51,6 @@ def game(train): if lost: if train: addLostMove(state + move, move) - addLostMove(lastMove.state, lastMove.move) return 0 # optimale Strategie hat gewonnen lastMove = Move(state + move, move)