To clarify how Python handles two equal objects
Dennis Lee Bieber
wlfraed at ix.netcom.com
Wed Jan 11 13:55:09 EST 2023
On Tue, 10 Jan 2023 16:59:59 -0500, Thomas Passin <list1 at tompassin.net>
declaimed the following:
>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.
>
However, it has long had https://docs.python.org/3/library/array.html
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed at ix.netcom.com http://wlfraed.microdiversity.freeddns.org/
More information about the Python-list
mailing list