Posts tagged python
Digits int() doesn’t dig
- 2018-10-03
Some time ago I wrote in More Than Just ASCII Digits about all the unicode characters Python’s int() function converts to numbers.
More Than Just ASCII Digits
- 2016-03-08
Python’s int() converts more than just ASCII digits. It also converts decimal digits from other scripts.