def tic_tac_toe(board): mess = [] organize = [] winner = [] n = len(board)
can i do this without this much for loops ?