hi,
is there any way to convince python not to take my (phone)numbers
starting with zero as octals?
[color=blue][color=green][color=darkred]
>>> int(088)[/color][/color][/color]
File "<stdin>", line 1
int(088)
^
SyntaxError: invalid token
thanks
Paul
is there any way to convince python not to take my (phone)numbers
starting with zero as octals?
[color=blue][color=green][color=darkred]
>>> int(088)[/color][/color][/color]
File "<stdin>", line 1
int(088)
^
SyntaxError: invalid token
thanks
Paul
Comment