On 2005-05-11, Peter Hansen <[EMAIL PROTECTED]> wrote:

>> The most common immutable objects you'll see are strings and
>> tuples, and the main reason they're immutable is to allow them
>> to be dict keys.
>
> And ints.  Strings, tuples and ints are the *three* most
> common immutable objects you'll see...

Right.  In Python, strings tuples and ints are the five most
common immutable objects you'll see.

-- 
Grant Edwards                   grante             Yow!  You were s'posed
                                  at               to laugh!
                               visi.com            
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to