[EMAIL PROTECTED] a écrit :
> I am a little annoyed at why such a simple program in Perl  is causing
> so much difficulty for python, i.e:
> 
> $a += 200000 * 140000;
> 
> print $a;
> 

a = 200000 * 140000
print a



where's the problem ?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to