DEV Community

Discussion on: The Classic TicTacToe Game in Python

Collapse
 
anik2000s profile image
anik2000s

if count == 9:
print("\nGame Over.\n")

print("It's a Tie!!")

I think after this line a break is missing.