On 1/10/2023 5:11 PM, Chris Angelico wrote:
On Wed, 11 Jan 2023 at 09:08, Thomas Passin <li...@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.

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to