A simple Python program that performs basic arithmetic operations: addition, subtraction, multiplication, and division.
- Accepts two numbers from the user
- Performs the selected operation (+, -, *, /)
- Displays the result in a clear format
- Handles division by zero gracefully