whichonelooksbetter

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