PROGRAMMING:Say the important thing n times
For important things, Mr. fred will repeat it n times.
### input format:
The input contains 2 lines, the first line is a sentence which is the important thing fred wants to emphasize; the second line is an integer n that is repeat times (0### output format:
see sample format.
### input sample:
```in
python
three
```
### output sample:
```out
python! python! python!
```
answer:If there is no answer, please comment
### input format:
The input contains 2 lines, the first line is a sentence which is the important thing fred wants to emphasize; the second line is an integer n that is repeat times (0
see sample format.
### input sample:
```in
python
three
```
### output sample:
```out
python! python! python!
```
answer:If there is no answer, please comment