Skip to content

AnanyaAggarwal021/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Python

Assignment 1: Basic Python Concepts

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:

  1. Takes two numbers as input from the user.
  2. Performs the following operations: a) Addition b) Subtraction c) Multiplication d) Division
  3. 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:

  1. Takes a user's first name and last name as input.
  2. Concatenates them to form a full name.
  3. Displays a personalized greeting message.

πŸ“„ File: Assignment_1_Task2.py

About

TuteDude Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages