-->
当前位置:首页 > 题库

PROGRAMMING:Say the important thing n times

Luz5年前 (2021-05-10)题库700
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