A simple calculator built using Python that performs basic arithmetic operations.
- Addition, Subtraction, Multiplication, Division
- Continuous calculations
- Error handling
🧮 Welcome to Calculator Enter first number: 5 Enter operator: + Enter second number: 3 Result: 8
✨ Made with ❤️ by Anushika