To clarify how Python handles two equal objects

Thomas Passin list1 at tompassin.net
Tue Jan 10 18:15:08 EST 2023


On 1/10/2023 5:11 PM, Chris Angelico wrote:
> 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
> 

Ha! And here all this time I thought you got them from an add-on package.



More information about the Python-list mailing list