When I try to convert the character strings ‘08’ and ‘09’ to integers, I get 0 as the result.
Please find the screenshots attached.
int(“09”) and int(“08”) return 0, but int(“10”) return 10 and any other value returns the correct integer.
1.
When I try to convert the character strings ‘08’ and ‘09’ to integers, I get 0 as the result.
Please find the screenshots attached.
int(“09”) and int(“08”) return 0, but int(“10”) return 10 and any other value returns the correct integer.
1.
Interesting, thanks for reporting. Added github issue