This repository contains two beginner-friendly Python programs:
- A calculator for basic math operations.
- A greeting program that takes the user's name with input validation.
- Takes two numbers as input from the user.
- Performs:
- Addition
- Subtraction
- Multiplication
- Division (with zero division handling)
- Includes error handling for invalid inputs.
- Prompts the user to enter their first and last names.
- Validates the inputs to ensure they are not empty and contain only letters.
- Prints a personalized greeting.
Make sure you have Python installed. Then run each program using:
python basicMathProgram.py
python greeting.py