Thanks for reply and moving to python mode section.
If I am right in case m*[n*[1]] python m times append the same physical list so if one change one of them, the others will be changed too, but in case [n*[1] for k in range(m)] for each k, new list of ones is generated.
Am I right?
2 Likes