Skip to content

xfgasa-dev/demo2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

demo2

Demo2 Logo

A simple Python Hello World demonstration project.

Installation

Prerequisites

  • Python 3.6 or higher
  • Git (optional, for cloning)

Installation Steps

  1. Clone or download the project:

    git clone <repository-url>
    cd demo2

    Or download the files directly to your local machine.

  2. Verify Python installation:

    python3 --version

    Make sure you have Python 3.6 or higher installed.

  3. Make the script executable (Linux/macOS):

    chmod +x hello_world.py

Project Structure

Project Structure

The project contains a simple Python script and this documentation.

Usage

Run the Hello World script:

python3 hello_world.py

Or if you made it executable:

./hello_world.py

Expected Output

When you run the script, you should see the following output:

Hello, World!
Welcome to Python programming!

Demo Screenshot

Demo Output Screenshot

Screenshot showing the actual program execution and output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages