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

Latest commit

 

History

History
23 lines (14 loc) · 514 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 514 Bytes

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