Python Args By Reference

Grant Edwards grante at visi.com
Wed May 11 10:22:18 EDT 2005


On 2005-05-11, Peter Hansen <peter at engcorp.com> 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            



More information about the Python-list mailing list