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")
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-:
0 Comments