A simple calculator built using Python. This project performs basic arithmetic operations such as addition, subtraction, multiplication, and division. It is a beginner-friendly project created to practice Python programming fundamentals.
This is a simple calculator program developed in Python. It allows users to perform basic arithmetic operations.
- ➕ Addition
- ➖ Subtraction
- ✖️ Multiplication
- ➗ Division
- Python 3
- Download or clone this repository.
- Open the Python file.
- Run the program.
- Enter two numbers.
- View the calculated results.
This project was created to improve my Python programming skills and strengthen my understanding of basic arithmetic operations.
Sumathi