- To print Hello World
Output: Hello World
It's a simplest program code
Whatever you want to show in the output screen just type it after print
inclosed with ()
inside " "
(double quote)
print("Whatever you want to print") # to print anything
Concept