Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 906 Bytes

File metadata and controls

36 lines (22 loc) · 906 Bytes

python-simple-calculator

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.

🧮 Simple Python Calculator

📌 About

This is a simple calculator program developed in Python. It allows users to perform basic arithmetic operations.

✨ Features

  • ➕ Addition
  • ➖ Subtraction
  • ✖️ Multiplication
  • ➗ Division

🛠️ Technologies Used

  • Python 3

▶️ How to Run

  1. Download or clone this repository.
  2. Open the Python file.
  3. Run the program.
  4. Enter two numbers.
  5. View the calculated results.

🎯 Purpose

This project was created to improve my Python programming skills and strengthen my understanding of basic arithmetic operations.

👩‍💻 Author

Sumathi