Download it from here.
If on Windows, click “Add Python to PATH“
In Python Shell Type :
>>> print("Hello, World!")
Hello, World!
There you go that's it for your basic command.
Readability, and Explains the code.
# This way we can
# Write comments in
# Multiple lines.
print("Hello, World!")