Tagged Questions
3
votes
2answers
657 views
Invalid Token when using Octal numbers
I'm a beginner in python and I'm trying to use a octal number in my script, but when I try it, it returns me that error:
>>> a = 010
SyntaxError: invalid token (<pyshell#0>, line 1)
...