simple python GU program to display hello world code example
Example 1: python code to print hello world
print("Hello World")
Example 2: how print hello world in python
print("hello world")
print("Hello World")
print("hello world")