On Saturday 24 September 2005 09:07, [EMAIL PROTECTED] wrote:
> For the same reason that
>       def f(z):
>               z *= z
>       c = 1
>       f(c)
>       print c
> prints 1.
>
> Jeff
I don't mean to be rude, but this is a horrible example if your are intending 
to help a neophyte:

py> 1*1
1

See what I mean?

James

-- 
James Stroud
UCLA-DOE Institute for Genomics and Proteomics
Box 951570
Los Angeles, CA 90095

http://www.jamesstroud.com/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to