I am learning python from scratch but while learning i received an error while initializing a value of 01000 to a variable. Well, I don't know why I'm receiving this kind of error.
>>> a = 01000
File "<stdin>", line 1
a = 01000
^
SyntaxError: invalid token