r/PythonLearning • u/Dapper_Mix6773 • 17h ago
python OOPS
Enable HLS to view with audio, or disable this notification
built simple calculator
7
Upvotes
r/PythonLearning • u/Dapper_Mix6773 • 17h ago
Enable HLS to view with audio, or disable this notification
built simple calculator
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.