🧮 Basic Calculator using Python I recently developed a Basic Calculator using Python to strengthen my understanding of programming fundamentals and logical problem solving. This command-line application performs arithmetic operations such as addition, subtraction, multiplication, and division. The program is structured using separate functions for each operation, conditional statements to process user choices, and a loop-based menu system that allows users to perform multiple calculations until they choose to exit. Through this project, I practiced core Python concepts including functions, loops, conditional logic, and user input handling, while building a simple interactive console-based application. 💻 Source Code: https://lnkd.in/gsc7Jwpq #Python #Programming #Coding #SoftwareDevelopment #LearningJourney
Try n number of inputs to add,sub and divide
Nice 🙂
Nice ! .
Even a beginner can make this project, you can make it using kivy gui library.