Tuple Format?

Gene C gchiaramonte at yahoo.com
Mon Sep 4 16:46:46 EDT 2000


> Why use tuples at all?  The Pythonic way to enforce usage restrictions is
> through convention:
>
> a = [1, 2, 3] # Do not modify this object!

It's settled. Don't use tuples, they are evil! ;-)

Gene





More information about the Python-list mailing list