Update tictactoe.py

This commit is contained in:
SpudGunMan
2025-10-06 14:46:24 -07:00
parent ea4ac1f9c1
commit 3cd347dff3
+1 -1
View File
@@ -45,7 +45,7 @@ class TicTacToe:
row += "|"
board_str += row
if i < 2:
board_str += "\n-----\n"
board_str += "\n-+-+-\n"
return board_str + "\n"