Hey, it's me ShakibCodes! 👋
This is my beginner-friendly Python Calculator project. It performs basic arithmetic operations like addition, subtraction, multiplication, and division.
✅ Supports basic operations: +
, -
, *
, /
✅ User-friendly input
✅ Prevents division by zero
- Open a terminal and run:
python calculator.py