kirby urner wrote:
> ...
> Python:
>    shell mode
>    primitive objects vs. collections
> Collections:
>    list
>    dictionary
>    string
>    tuple

'd move string out of Collections.  It cannot have elements of a
different type (there is no character type), nor is it mutable.
Better to be more standard and not call it a collection.  Later
you can say it behaves in some ways like an ordered list of the
individual characters in the string.

--Scott David Daniels
[EMAIL PROTECTED]

_______________________________________________
Edu-sig mailing list
[email protected]
http://mail.python.org/mailman/listinfo/edu-sig

Reply via email to