I am trying tic tac toe game in python using jupiter note book, but it shows some error when running / place_marker(test_board, '$' , 8)

前端 未结 0 439
不知归路
不知归路 2021-01-16 09:38
enter cTIC TAC TOE Game !

from IPython.display import clear_output
​
def display_board(board):
    clear_output()
    
    print (\'   |   | \')
    print (\' \' +          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题