Update matej.py

pull/1/head
Dawidkubis 5 years ago committed by GitHub
parent 16a2ec262b
commit 1d6ac7e9f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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")

Loading…
Cancel
Save