"J. Peng" <[EMAIL PROTECTED]> writes: > what's the difference between an array and a list in python?
In Python, 'list' is a basic built-in type. Python has no 'array' type, though that term is often used to refer to the 'array' type defined in Numeric Python (which is not part of the standard library, so not really part of Python). > I see list has all features of array in C or perl. You may also want to compare and constrast Python 'list' and 'dict'. -- \ "When cryptography is outlawed, bayl bhgynjf jvyy unir | `\ cevinpl." -- Anonymous | _o__) | Ben Finney -- http://mail.python.org/mailman/listinfo/python-list