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 ChrisA -- https://mail.python.org/mailman/listinfo/python-list