You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And when the `board`is initialized by multiplying the `row`, this is what happens inside the memory (each of the elements `board[0]`, `board[1]`and`board[2]`is a reference to the same list referred by `row`)
We can avoid this scenario here by not using `row`variable to generate `board`. (Asked in [this](https://github.com/satwikkansal/wtfpython/issues/68) issue).
0 commit comments