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.
Python installed locally. Check here to install depending on your OS
python Hello.py
The final result will be printed on the screen as:
Hello Python World