You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I type: Price.fromstring("Today I buy 3 coats with 300.000 VND")
Your library returned: Price(amount=Decimal('3'), currency='VND')
but the result I want is: Price(amount=Decimal('300.000'), currency='VND')
The text was updated successfully, but these errors were encountered:
When I type:
Price.fromstring("Today I buy 3 coats with 300.000 VND")
Your library returned:
Price(amount=Decimal('3'), currency='VND')
but the result I want is:
Price(amount=Decimal('300.000'), currency='VND')
The text was updated successfully, but these errors were encountered: