API perform simple calculations.
This is my second API. I'm still trying to learn more about them, and how to programe them. This project is a really simple calculator, nothing fancy neither complicated.
The user will pass to the API an operation in the next format: 156*455, 254/45, 545+54, 346342^24, 21115%2, 455-8120 etc
pip install Flask==1.1.2
The calcuator can perfrom de follwing operations: *,/,+,-,^,%.
The numbers must be positive integers and regarding the mod operation, it will only allow modulus from a number between 0-9.
Iker Diaz Cilleruelo - ikerdiaz1312@gmail.com
Project Link: https://github.com/IkerDC/API-Calculator