[issue39368] A matrix (list of lists) behaves differently, depending how it is created

Ezio Melotti report at bugs.python.org
Fri Jan 17 08:08:29 EST 2020


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

See also https://docs.python.org/3/faq/programming.html#why-did-changing-list-y-also-change-list-x

You can use the builtin function id() to see the id of the lists, and verify whether they refer to the same object or not.

----------
nosy: +ezio.melotti
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39368>
_______________________________________


More information about the Python-bugs-list mailing list