A beginner‑friendly Python CLI program that adds, subtracts, multiplies, or divides two numbers based on user input.
- Prompts for two numbers and an operation (
+
,-
,*
,/
) - Validates numeric input and handles division by zero
- Straightforward, clean code — perfect for learning Python basics