Python program to print "Hello World"

Hello world is the most basic and the first Python program in your programming journey.. This is used to print any desired statement in Python.

In the older versions of python (up to Python 2.7.0), the print command is not written in parenthesis but in the present new versions of python, it has become mandatory to add parenthesis to print a statement.

Here the command print is used to display statements in the python.

Note that python is a case-sensitive language and all commands are written in small letters. If you write print command in capital letters, it will show you an error