This repository contains solutions for Assignment 1 from Module 2: Basic Python Concepts. The assignment consists of two tasks:
π Task 1: Perform Basic Mathematical Operations β Problem Statement: Write a Python program that:
- Takes two numbers as input from the user.
- Performs the following operations: a) Addition b) Subtraction c) Multiplication d) Division
- Displays the result of each operation clearly.
π File: Assignment_1_Task1.py
π Task 2: Create a Personalized Greeting β Problem Statement: Write a Python program that:
- Takes a user's first name and last name as input.
- Concatenates them to form a full name.
- Displays a personalized greeting message.
π File: Assignment_1_Task2.py