Pythondex

Exercise

Greeting In Python

Write a Python program that prints a greeting message.

Task

Use the print() function to display the following text exactly:

Solve