end of project
This commit is contained in:
@@ -9,7 +9,7 @@ class Calculator:
|
||||
"/": lambda a, b: a / b,
|
||||
}
|
||||
self.precedence = {
|
||||
"+": 1,
|
||||
"+": 3,
|
||||
"-": 1,
|
||||
"*": 2,
|
||||
"/": 2,
|
||||
|
||||
Reference in New Issue
Block a user