Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 562 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 562 Bytes

Simple Calculator


  • A simple calculator made using Python functions

  • The Calcutor can be used to calculate,
  • 1. Addition (+)
    2. Subtraction (-)
    3. Multiplication (*)
    4. Division (/)
    5. Power (^)
    6. Remainder (%)

  • It also includes other options include,
  • 1. Terminate (#)
    2. Reset ($)