On 10/29/08, Stef Mientki <stef.mientki@g mail.comwrote:
09 is not a valid octal number. Instead use 011.
Ok, I guess you were not aware that prefixing a number with a '0'
would cause python to parse it as an octal and now you know.
--
-- Guilherme H. Polo Goncalves
hello,
>
Why gives "k = 09" a syntax error ?
>
>
Why gives "k = 09" a syntax error ?
>
Ok, I guess you were not aware that prefixing a number with a '0'
would cause python to parse it as an octal and now you know.
--
-- Guilherme H. Polo Goncalves