Skip to content

Simple Python program demonstrating a personal introduction and basic I/O — beginner-friendly exercise from internship week 1.

Notifications You must be signed in to change notification settings

Harshtech34/personal-Introduction-program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Personal Introduction Program

📌 Project Overview

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.

🎯 Project Objectives

  • 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

🛠 Technologies Used

  • Python 3

⚙ Setup Instructions

Follow the steps below to run the project:

  1. Install Python 3 on your system
  2. Clone or download this repository
  3. Open a terminal or command prompt
  4. Navigate to the project directory
  5. 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

Personal Introduction Program

A beginner Python script that demonstrates input/output and basic string formatting.

Run

python intro.py

About

Simple Python program demonstrating a personal introduction and basic I/O — beginner-friendly exercise from internship week 1.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages