Às 01:17 de 08/12/18, jf...@ms4.hinet.net escreveu: >>>> 00 > 0 >>>> 03 > File "<stdin>", line 1 > 03 > ^ > SyntaxError: invalid token >>>> > > Any particular reason? >
Not sure but I think that after 0 it expects x for hexadecimal, o for octal, b for binary, ... may be others. 0xa 10 0o10 8 0b10 2 -- https://mail.python.org/mailman/listinfo/python-list