Hello
Ive recently found that you cannot type anything over 7 into a number that is preceded with a 0.
ex:[color=blue][color=green][color=darkred]
>>> 01[/color][/color][/color]
1[color=blue][color=green][color=darkred]
>>> 07[/color][/color][/color]
7[color=blue][color=green][color=darkred]
>>> 08[/color][/color][/color]
SyntaxError: invalid token[color=blue][color=green][color=darkred]
>>> 011[/color][/color][/color]
9[color=blue][color=green][color=darkred]
>>> 017[/color][/color][/color]
15[color=blue][color=green][color=darkred]
>>> 077[/color][/color][/color]
63[color=blue][color=green][color=darkred]
>>> 078[/color][/color][/color]
SyntaxError: invalid token
I know this isnt that big of a problem,
but i cannot think of one reason why they would not allow numbers preceded with a 0 to have a number
higher then a 7 in them...
And it seems very inconsistant to me...
Is there a reason for this?
Thanks
Peter
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 3/11/2005
Ive recently found that you cannot type anything over 7 into a number that is preceded with a 0.
ex:[color=blue][color=green][color=darkred]
>>> 01[/color][/color][/color]
1[color=blue][color=green][color=darkred]
>>> 07[/color][/color][/color]
7[color=blue][color=green][color=darkred]
>>> 08[/color][/color][/color]
SyntaxError: invalid token[color=blue][color=green][color=darkred]
>>> 011[/color][/color][/color]
9[color=blue][color=green][color=darkred]
>>> 017[/color][/color][/color]
15[color=blue][color=green][color=darkred]
>>> 077[/color][/color][/color]
63[color=blue][color=green][color=darkred]
>>> 078[/color][/color][/color]
SyntaxError: invalid token
I know this isnt that big of a problem,
but i cannot think of one reason why they would not allow numbers preceded with a 0 to have a number
higher then a 7 in them...
And it seems very inconsistant to me...
Is there a reason for this?
Thanks
Peter
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 3/11/2005
Comment