Skip to content

Latest commit

 

History

History

Hello

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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