Shengpeng Liu
Results
1
issues of
Shengpeng Liu
```python price = '11,33 USD' decimal_price = utils.parse_price(price) self.assertEquals(decimal_price, decimal.Decimal('11.33')) ``` The `,` in numbers is just a seperator in most cases, not `.` . For example, the steam price...