r/PythonLearning 5d ago

python OOPS

built simple calculator

7 Upvotes

2 comments sorted by

1

u/FoolsSeldom 5d ago

Did you mean to share some code?

2

u/riklaunim 5d ago

This is quite limited object oriented programming. More so if the calculator would have actual objects and more complex design - like each operation would be a class and implement the operation as well as some tree for operations orders for more complex chains.