So I have this code for checking tic tac toe winner in row and in column:
for row in range(rows): symbols_in_row = 0 for column in range(columns):