-> Personal Introduction Program
- Project Overview
This project is a beginner Python program that takes user details and displays a friendly introduction message.
- Objectives
- Learn basic Python syntax
- Use variables and input/output
- Practice string formatting
- Setup Instructions
1. Install Python from https://www.python.org
2. Open Command Prompt
3. Go to project folder
4. Run: python personal_intro.py
- Files Included
- personal_intro.py
- requirements.txt
- screenshot.png
- What I Learned
- How to use input() and print()
- How to store data in variables
- How program flow works
- Testing
Tested with different names and hobbies to verify correct output.