To clarify how Python handles two equal objects
Chris Angelico
rosuav at gmail.com
Tue Jan 10 17:11:04 EST 2023
On Wed, 11 Jan 2023 at 09:08, Thomas Passin <list1 at tompassin.net> wrote:
>
> Just to add a possibly picky detail to what others have said, Python
> does not have an "array" type. It has a "list" type, as well as some
> other, not necessarily mutable, sequence types.
Just to be even pickier, Python DOES have an array type, but it's not
the one the OP was using :)
https://docs.python.org/3/library/array.html
ChrisA
More information about the Python-list
mailing list