This repository contains simple Python programs . Each task demonstrates core Python concepts such as user input, string handling, arithmetic operations, and formatted output.
project–1 Basic Mathematical Operations A Python program that: Takes two numbers as input from the user. Performs addition, subtraction, multiplication, and division. Displays all the results neatly on screen. Handles division by zero safely.
Project–2 Personalized Greeting A Python program that: Takes the user’s first and last name as input. Combines them into a full name. Displays a personalized greeting message.