On Sun, 23 Nov 2008 23:18:06 +0000, MRAB <[EMAIL PROTECTED]>
wrote:
>A list is an ordered collection of items. Each item can be anything: a 
>string, an integer, a dictionary, a tuple, a list...

Yup, learned something new today. Naively, I though a list was
index=value, where value=a single piece of data. Works like a charm.
Thanks.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to