r/PythonLearning 13h ago

python OOPS

Enable HLS to view with audio, or disable this notification

built simple calculator

7 Upvotes

2 comments sorted by

1

u/FoolsSeldom 12h ago

Did you mean to share some code?

2

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