Python program to print Hello wolrd

 

How to print Hello world! In the python

This program is very simple, It is usually used to illustrate the syntax of the specific programming language.

To understand this program you have the knowledge of the python basic function of python.


Source Code

# python program print hello world


print('Hello, world!')


Output

Hello, world!


In the above example, we use the built-in print function of python.

The string is the sequence of the character, In the python string enclosed in the single ‘’, double” “,

 and triple  quotes 





Comments

  1. I appreciate your efforts which you have put into this article. Genuinely it is a useful article to increase our knowledge. Thanks for share an article like this.Python Program for Kids in Usa

    ReplyDelete

Post a Comment

Popular posts from this blog

how to cout in cpp

Flutter layout

Diferrence between flutter and react native