List vs tuples

Arthur ajsiegel at optonline.com
Thu Apr 8 21:11:41 EDT 2004


On Thu, 8 Apr 2004 16:57:25 -0400, "John Roth"
<newsgroups at jhrothjr.com> wrote:

>It's a common question. A list is a data structure that is
>intended to be used with homogenous members; that is,
>with members of the same type.

As succeint and comforting as the explanation is....

I have consulted the Python Desgin Manual: Occult Edition, and if my
search of the list archives is true, the statement:

"""

A list is a data structure that is intended to be used with homogenous
members; that is,with members of the same type.

"""

is still 6 incantaions shy of becoming meaningful.

5 now actually.

Art



More information about the Python-list mailing list