Merge pull request #187 from olliehcrook/patch-1

Debug tictactoe2.py
This commit is contained in:
Jeff Atwood
2021-03-03 11:04:39 -08:00
committed by GitHub
-1
View File
@@ -205,7 +205,6 @@ def play():
print("THANKS FOR THE GAME.")
break
board[move - 1] = current_player
print(render_board(board, space_mapping))
elif current_player is OccupiedBy.COMPUTER:
print("\nTHE COMPUTER MOVES TO...")