# | Problem | Pass Rate (passed user / total user) |
---|---|---|
12169 | Hello World in Python |
|
13142 | Reverse string order |
|
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