Closed drmorphine closed 2 years ago
is there a way to get the price in float rather than this form 0.662600000 USD/BTS beacause i cant do addition and Subtraction with this form. Only multiplication and division
Just call float() on Price instance.
float()
is there a way to get the price in float rather than this form 0.662600000 USD/BTS beacause i cant do addition and Subtraction with this form. Only multiplication and division