Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 349 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 349 Bytes

Stack Calculator

A simple stack based calculator written in python.

stack-calculator-screenshot

Supported operations with their operator input

  • Add : +
  • Subtract: -
  • Multiplication: *
  • Division: /
  • Integer (floor) division: //
  • Remainder (modulus): %
  • Exponent : ^