Stack Calculator A simple stack based calculator written in python. Supported operations with their operator input Add : + Subtract: - Multiplication: * Division: / Integer (floor) division: // Remainder (modulus): % Exponent : ^