mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-06 08:53:27 +02:00
Update tictactoe.py
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user