# Python Program to print Hello World
print("Hello World! Happy Learning")
Output
Hello World! Happy Learning