AseanK / python-tools-and-games

🌊 An open source project where developers create, play, and learn games and tools built with Python
MIT License
21 stars 30 forks source link

Enhance calculator #23

Closed eric-sclafani closed 1 year ago

eric-sclafani commented 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

>>> 1+44-666/32

and it will evaluate it only left to right.

Let me know what you think.

AseanK commented 1 year ago

Awesome! I like it, Thank you!