Skip to content

srijan-nayak/stack-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 : ^

Releases

No releases published

Packages

No packages published

Languages