Lucas Do
Results
3
comments of
Lucas Do
I guest this is the precision issue of the library **[decimal](https://docs.python.org/3/library/decimal.html)** I used to get this issue before when I tried to read string '1' and convert it into decimal.Decimal...
@hejiashou let try to use int(x) instead of int(x, 0)
> I am also experiencing this issue! When can we expect this to be resolved? With proper guidance I might also be able to fix this. > > ``` >...