question about output

Java and Swing codecraig at gmail.com
Wed Oct 5 10:24:31 EDT 2005


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.




More information about the Python-list mailing list