r/PythonLearning 17h ago

python OOPS

Enable HLS to view with audio, or disable this notification

built simple calculator

7 Upvotes

2 comments sorted by

View all comments

2

u/riklaunim 16h 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.