Message 55272 - Python tracker (original) (raw)
eval("9") 9 Works but. eval("09") Traceback (most recent call last): File "", line 1, in File "", line 1 09 ^ SyntaxError: invalid token
eval("9") 9 Works but. eval("09") Traceback (most recent call last): File "", line 1, in File "", line 1 09 ^ SyntaxError: invalid token