PROGRAMMING:Say important things n times
For important things, teacher a Fu will say n times.
Tip: use string * and+
###Input format:
The input contains two lines. The first line is a sentence that Ah Fu wants to repeat many times, which is the important thing that Ah Fu wants to emphasize; The second line is an integer n (0 < n < 10)
###Output format:
Output the important things that Ah Fu wants to emphasize n times repeatedly. See the example for the specific format.
###Input example:
```in
Go
three
```
###Output example:
```out
Go! Go! Go!
```
answer:If there is no answer, please comment
Tip: use string * and+
###Input format:
The input contains two lines. The first line is a sentence that Ah Fu wants to repeat many times, which is the important thing that Ah Fu wants to emphasize; The second line is an integer n (0 < n < 10)
###Output format:
Output the important things that Ah Fu wants to emphasize n times repeatedly. See the example for the specific format.
###Input example:
```in
Go
three
```
###Output example:
```out
Go! Go! Go!
```
answer:If there is no answer, please comment