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
- Host: GitHub
- URL: https://github.com/jarvis20240/tutedude_learning
- Owner: JARVIS20240
- Created: 2025-04-10T17:34:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T18:25:34.000Z (about 1 year ago)
- Last Synced: 2025-04-10T19:53:25.019Z (about 1 year ago)
- Topics: basic-to-advance, beginner-projects, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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