12169 - Hello World in Python   

Description

Given a specific text, you need to print out it with Python code!

Input

A line of text

Output

There are two lines for output, which are

1. The original given text above

2. Adding text "Hello~" before the given text and "!" after the given text

Sample Input  Download

Sample Output  Download

Tags




Discuss