Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Files

Latest commit

bd57253 · Oct 29, 2020

History

History

Hello

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 21, 2020
Oct 29, 2020

Hello

This script is a good way to show how the print function work and it's usually every programmer's first line of code. The print() function prints the specified message to the screen.

Prerequisites

Python installed locally. Check here to install depending on your OS

How to run the script

python Hello.py

The final result will be printed on the screen as:

Hello Python World

Author Name

Ravi Chavare