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
The following code produce a result that is not what I expect using 2D lists.
Trying to update an element of my 2D list does not succeed
Equivalent code works correctly in case of 1D list
Is this the expected behavior?
In case it is, what is the suggested way of coding the intended behavior?