Re: Python Args By Reference
On 2005-05-11, Peter Hansen <peter@engcorp. com> wrote:
[color=blue][color=green]
>> 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.[/color]
>
> And ints. Strings, tuples and ints are the *three* most
> common immutable objects you'll see...[/color]
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
On 2005-05-11, Peter Hansen <peter@engcorp. com> wrote:
[color=blue][color=green]
>> 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.[/color]
>
> And ints. Strings, tuples and ints are the *three* most
> common immutable objects you'll see...[/color]
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
Comment