i have printed out some numbers and they look like

10944800e
10952560d

...if i want to later assign this type of number to variable how can i
do it?

for example i can't do...

>> x = 10944800e

..since it says "invalid token" on the "e".

thanks.

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

Reply via email to