An open API service indexing awesome lists of open source software.

https://github.com/jarvis20240/tutedude_learning

Tutedude Tasks for Submission Assignment
https://github.com/jarvis20240/tutedude_learning

basic-to-advance beginner-projects python

Last synced: about 1 year ago
JSON representation

Tutedude Tasks for Submission Assignment

Awesome Lists containing this project

README

          

# tutedude-python
# Tutedude Tasks for Submission Assignment

This repository is dedicated to learning new things for growth and staying consistent each day.

## 🚀 Tasks

### ✅ Task 1: Basic Math Operations
This program takes two numbers from the user and performs:
- Addition
- Subtraction
- Multiplication
- Division

### ✅ Task 2: Personalized Greeting
This task creates a custom greeting message. It takes the user's first and last name as input and prints a friendly welcome message.

## 📂 Files
- `Task-1.py`: Code for basic mathematical operations
- `Task-2.py`: Code for personalized greeting message

## 📌 How to Run
Make sure Python is installed on your system.

```bash
python Task-1.py
python Task-2.py