Skip to content

Commit dfa618d

Browse files
authored
Update Calculator - Command Line Application.py
1 parent 4c555f7 commit dfa618d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Calculator - Command Line Application.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def postfix_evaluation(st, n):
2323
val = b - a
2424

2525
operand_stack.append(val)
26-
print('OS: {}'.format(operand_stack))
26+
#print('OS: {}'.format(operand_stack))
2727

2828
return operand_stack[-1]
2929

0 commit comments

Comments
 (0)