An open API service indexing awesome lists of open source software.

https://github.com/teddybear182/python-calculator

simple calculator with order of operations made with Python
https://github.com/teddybear182/python-calculator

calculator calculator-python calculator-python3 console-application order-of-operations-calculator python python-3

Last synced: 2 months ago
JSON representation

simple calculator with order of operations made with Python

Awesome Lists containing this project

README

          

# python-calculator
## simple calculator made with Python
* ### solves mathematical expressions with operators +, -, * or /.
* ### respects order of operations, so you get the correct answers.
* ### shows step-by-step simplification, so you can follow how the expression is being solved
* ### simple and quick to use:)

#
#
#

error explanation:
* error 1: something went wrong with multiplication or/and division — possibly due to invalid input
* error 2: something went wrong with addition or/and substraction — possibly due to invalid input

#

![alt text](other/example.png)

## Thank you for reading —— have a wonderful day!:)