PROGRAMMING:Beautify the name
Input name, beautify and output.
###Input format:
Enter a name, such as "Zhang Wuji", "Nezha", "Fiona"
###Output format:
Add an asterisk to the left and right of the name, such as "* Zhang Wuji *", "* Nezha *", "* Fiona *"
###Input example:
Here is a set of inputs. For example:
```in
Tom
```
###Output example:
The corresponding output is given here. For example:
```out
*Tom*
```
answer:If there is no answer, please comment
###Input format:
Enter a name, such as "Zhang Wuji", "Nezha", "Fiona"
###Output format:
Add an asterisk to the left and right of the name, such as "* Zhang Wuji *", "* Nezha *", "* Fiona *"
###Input example:
Here is a set of inputs. For example:
```in
Tom
```
###Output example:
The corresponding output is given here. For example:
```out
*Tom*
```
answer:If there is no answer, please comment