Yeah, that’s C/C++/JavaScript/… syntax, it’s not valid Python.
> why not do `all(cell[0][0],cell[1][1]),cell[2][2])` if you want to have True when all 3 are True?
We want to test whether all three are the same, not whether they’re all True.
Yeah, that’s C/C++/JavaScript/… syntax, it’s not valid Python.
> why not do `all(cell[0][0],cell[1][1]),cell[2][2])` if you want to have True when all 3 are True?
We want to test whether all three are the same, not whether they’re all True.