Hi,

07 is octal. That's way 08 is invalid. Try this:

===> python
>>> print 011
9
>>> print int('011')
11




-- 
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to