On Jan 31, 2006, at 8:28 AM, morris carre wrote:

> [EMAIL PROTECTED] a écrit :
>>
>> $a += 200000 * 140000;
>> print $a;
>
> a = 200000 * 140000
> print a
>
> where's the problem ?

Not sure if you typo'd that, but that should read:

a += 200000 * 140000
print a

  -dan

-- 
I am not a vegetarian because I love animals; I am a vegetarian because
I hate plants.                    -A. Whitney Brown


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to