diff --git a/calculator.py b/calculator.py index bb9d34f9e283f195eaad1944375e92f381f174d9..0341f53925411d2e3d336ad1a99c3e1dfa8a9ea1 100644 --- a/calculator.py +++ b/calculator.py @@ -30,9 +30,8 @@ while x < 10: #tempory return to while 1: # print(f"1 : {sy.shunt(stack.stack)}") test = sy.shunt(stack.stack) -print(type(test)) # ['1', '+', '2'] # for item in test: # print(item) # print("hi") -print(rpn.rpn_eval(test,rpnStack)) \ No newline at end of file +print(rpn.rpn_eval(test,rpnStack))