Skip to content

simple calculator with order of operations made with Python

License

Notifications You must be signed in to change notification settings

Teddybear182/python-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Releases

No releases published

Packages

No packages published

Languages