Skip to content

mansiibm/27Jan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

27Jan

Hello World Python Program

Introduction

This is a simple "Hello World" program written in Python. It serves as a basic example to test if Python is installed correctly and to illustrate the basic syntax of the language.

Installation

To run this program, you need to have Python installed on your system. You can download and install Python from the official Python website: https://www.python.org/downloads/

Usage

  1. Create a New File: Open a text editor or IDE and create a new file named hello.py.
  2. Write the Code: Copy and paste the following code into the file:
    print("Hello, World!")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages