how can i use less for loops in this game and be much effective and dynamic with less lin eof codes?

后端 未结 0 1855
长发绾君心
长发绾君心 2020-12-01 15:00
def tic_tac_toe(board):

    mess = []   
    organize = []     
    winner = []   
    n = len(board)

can i do this without this much for loops ?

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