diff --git a/projekty/tic_tac_toe/matej.py b/projekty/tic_tac_toe/matej.py index de5ec4f..ac9f407 100644 --- a/projekty/tic_tac_toe/matej.py +++ b/projekty/tic_tac_toe/matej.py @@ -66,7 +66,7 @@ def play1(): # dve oddeleny funkce pro ruzne hrace print(grid[0][0] + " | " + grid[1][0] + " | " + grid[2][0] + "\n" + "__" + " " + "__" + " " + "__" + "\n" + grid[0][1] + " | " + grid[1][1] + " | " + grid[2][1] + "\n" + "__" + " " + "__" + " " + "__" + - "\n" + grid[0][2] + " | " + grid[1][2] + " | " + grid[2][2]) + "\n" + grid[0][2] + " | " + grid[1][2] + " | " + grid[2][2]) # celkem v pohode lol def play2(): print("Now will play player 2\n")