P
paul k
hi,
is there any way to convince python not to take my (phone)numbers
starting with zero as octals?
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?
File "<stdin>", line 1
int(088)
^
SyntaxError: invalid token
thanks
Paul