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... :)

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

Reply via email to