Why Python don't accept 03 as a number?

jfong at ms4.hinet.net jfong at ms4.hinet.net
Fri Dec 7 20:17:09 EST 2018


>>> 00
0
>>> 03
  File "<stdin>", line 1
    03
     ^
SyntaxError: invalid token
>>>

Any particular reason?



More information about the Python-list mailing list