This project is a simple calculator built using Python.
It allows the user to perform basic arithmetic operations including:
Addition (+)
Subtraction (−)
Multiplication (×)
Division (÷)
The program is console-based, easy to use, and handles invalid inputs such as entering non-numeric values or dividing by zero.
It is a beginner-friendly project that demonstrates problem-solving, user input handling, and conditional statements in Python.