Hello You


Submit solution

Points: 1
Time limit: 2.0s
Memory limit: 64M

Problem types
Allowed languages
Python

Write a program that reads one name and displays a greeting.

Input

The input contains one name on one line.

Output

Output:

Hello, <name>!

where <name> is the name entered by the user.

Sample Input

Peter

Sample Output

Hello, Peter!

Comments

There are no comments at the moment.