simple perl program in python gives errors
Dan Lowe
dan at tangledhelix.com
Tue Jan 31 11:18:20 EST 2006
On Jan 31, 2006, at 8:28 AM, morris carre wrote:
> squash at peoriadesignweb.com 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
More information about the Python-list
mailing list