Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 513 Bytes

File metadata and controls

21 lines (17 loc) · 513 Bytes

Weekly Internship Task – Python Basics

Task Objective

Create a Python program that takes user input and displays a friendly welcome message.

Concepts Used

  • input()
  • Variables
  • print()
  • f-strings

Weekly Learning Breakdown

Day 1: Installed Python and ran Hello World
Day 2: Learned input() and variables
Day 3: Used f-strings for output
Day 4: Added more questions and formatting
Day 5: Final testing and submission

How to Run

python personal_intro.py