[Tutor] arrays in Python?

Eric L. Howard elh at outreachnetworks.com
Mon Mar 8 14:27:51 EST 2004


At a certain time, now past [Mar.08.2004-10:15:43AM -0800], cspears2002 at yahoo.com spake thusly:
> What is an array?  Does Python actually have them? 

An array is an indexed list of items.  The same essential feature set is
provided via the _list_ data type in Python core.

       ~elh

-- 
Eric L. Howard           e l h @ o u t r e a c h n e t w o r k s . c o m
------------------------------------------------------------------------
www.OutreachNetworks.com                                    313.297.9900
------------------------------------------------------------------------
JabberID: elh at jabber.org                 Advocate of the Theocratic Rule



More information about the Tutor mailing list