flask-change-microservice icon indicating copy to clipboard operation
flask-change-microservice copied to clipboard

Small Flask Microservice that makes the change

Results 3 flask-change-microservice issues
Sort by recently updated
recently updated
newest added

When we put 2.53, the result will be 10 quarters and 2 pennies. But should be 10 quarters and 3 pennies. The issue is due to 1) amount *100 which...

I dought calculation performed is correct: `127.0.0.1:5000/change/1/15` delivers ```json [ { "4": "quaters", }, { "1": "dimes", }, { "4": "pennis", } ] ``` in my opinion, I'm 1 penny...

![coursera-lab](https://user-images.githubusercontent.com/58792/108137449-df0e0300-7089-11eb-8b11-74f478b71d11.png)