A math expression calculator made with python and using the LIFO nature of stack data structure
An expression containing consecutive exponentiation operators (** ^) is evaluated from left to right while the convention of it is to evaluate it from right to left
This is because it evaluates
Hence the output would give out