We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c555f7 commit dfa618dCopy full SHA for dfa618d
Calculator - Command Line Application.py
@@ -23,7 +23,7 @@ def postfix_evaluation(st, n):
23
val = b - a
24
25
operand_stack.append(val)
26
- print('OS: {}'.format(operand_stack))
+ #print('OS: {}'.format(operand_stack))
27
28
return operand_stack[-1]
29
0 commit comments