simple perl program in python gives errors

morris carre ruses at users.ch
Tue Jan 31 08:28:22 EST 2006


squash at peoriadesignweb.com 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 ?



More information about the Python-list mailing list