difference between raw_input() and input()

Juraj G. jurajg at gmail.com
Sat Aug 22 15:49:52 EDT 2009


if you prefix number with zero, it will turn into octal number... I
too wasn't aware of it... at least in python :/
http://en.wikipedia.org/wiki/Octal
It seems like bad practice to put zeroes before any decimal number in
any language :)
Juraj



More information about the Python-list mailing list