Python Hello World

In this blog I will show you how I printed Hello World with the help of Python.

We use the print function to output text.

When we code like this, we will get the output as follows:

The text should be enclosed into single or double quotes . The print statement needs to be followed by parentheses, which enclose the output we want to generate.

In this case, the output will be the same as above.

Thanks for reading.

Saket Kumar, Signing off!

--

--