Description:
This is my first Python project: a simple Math AI Assistant that performs basic arithmetic operations:
- Addition
- Subtraction
- Multiplication
- Division
It’s designed for personal use and to practice Python input/output and control flow.
- Interactive user input to choose the arithmetic task.
- Handles Addition, Subtraction, Multiplication, and Division.
- Displays results in a clear, formatted way.