simple perl program in python gives errors

kishkin kishkin at gmail.com
Mon Jan 30 12:03:09 EST 2006


Of course Grant Edwards is right, but I thought that your programm is
something like this:

------------------------
a += 200000 * 140000
print a
------------------------

and I thought that this is your perl program:
--------------------
$a += 200000 * 140000
print $a
--------------------

Funny if Grant Edwards is right... :)




More information about the Python-list mailing list