Closed eric-sclafani closed 1 year ago
Hello,
I've updated the calculator code. As detailed in the calculator directory's README, the user can enter an equation such as
calculator
>>> 1+44-666/32
and it will evaluate it only left to right.
Let me know what you think.
Awesome! I like it, Thank you!
Hello,
I've updated the calculator code. As detailed in the
calculator
directory's README, the user can enter an equation such asand it will evaluate it only left to right.
Let me know what you think.