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
Post a Comment