A beginner-friendly Python calculator project. This program supports basic arithmetic operations like:
Addition
Subtraction
Multiplication
Division (with zero-check)
I built this as my first project to practice Python programming and to learn Git & GitHub workflow.