This project is a simple Python program developed as part of the Week 1 Internship Task. It collects basic personal information from the user and displays a friendly introduction message.
- Understand Python syntax
- Learn how to take user input using input()
- Learn how to display output using print()
- Practice storing data in variables
- Gain experience with GitHub repository structure
- Python 3
Follow the steps below to run the project:
- Install Python 3 on your system
- Clone or download this repository
- Open a terminal or command prompt
- Navigate to the project directory
- Run the program using:
python personal_intro.py
🧩 Code Structure
personal_intro.py – Main Python program
requirements.txt – Python version requirement
screenshot.png – Screenshot of program execution
README.md – Project documentation
🖼 Visual Documentation
A screenshot of the program output is included as screenshot.png to demonstrate functionality.
🧪 Testing Evidence
The program was tested with multiple inputs for name, age, and hobby. It runs successfully without any errors.
📘 What I Learned
How to use input() to take user data
How to use print() to display formatted output
How to create a basic Python program
How to structure and submit a project using GitHub
A beginner Python script that demonstrates input/output and basic string formatting.
python intro.py