Closed fonglh closed 8 years ago
All the functions are defined but the main tictactoe() function is never called.
tictactoe()
Use the __name__ == '__main__' check.
__name__ == '__main__'
Fixed by #35
All the functions are defined but the main
tictactoe()
function is never called.Use the
__name__ == '__main__'
check.