Ad Code

Responsive Advertisement

Python Program to Print Hello World

Python Program to Print Hello World 





Printing python Program is very simple in python programming . unlike Java and C++ where you have to write a couple of lines but here you can complete this task in a single line .

To print any statement in the python you have to use the print statement which is -:

print( "       " )

Solution -:

print("Hello World")




Code for copy paste-:

print("Hello world")

Post a Comment

0 Comments