Python Args By Reference

Peter Hansen peter at engcorp.com
Wed May 11 09:43:39 EDT 2005


Roy Smith 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...

-Peter



More information about the Python-list mailing list