Skip to content

Commit 85aa12b

Browse files
committed
stack folder made
1 parent 2d1925c commit 85aa12b

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

Data Structures/expressionEvaluator.py renamed to Data Structures/stack/expressionEvaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ def evaluator(string):
4949

5050
return operand_stack.pop()
5151

52-
print(evaluator("(2+3)"))
52+
print(evaluator("(2+(4*9))"))
File renamed without changes.

0 commit comments

Comments
 (0)