question about output

utabintarbo at gmail.com utabintarbo at gmail.com
Wed Oct 5 10:43:00 EDT 2005


Given that the format is consistent (and the last char is not part of
the number you want), you can probably do something like this:

x = int('10944800e'[:-1])

Disclaimer: I am a n00b. YMMV ;-)




More information about the Python-list mailing list