PROGRAMMING:Repeat printing
Requires repeated printing of characters or text
###Input format:
For example, enter "x y"
###Output format:
Repeat the Y character for x times
###Input example:
Here is a set of inputs. For example:
```in
Three A's
```
###Output example:
The corresponding output is given here. For example:
```out
AAA
```
###Input example:
Here is a set of inputs. For example:
```in
5 people
```
###Output example:
The corresponding output is given here. For example:
```out
Everybody, everybody
```
answer:If there is no answer, please comment
###Input format:
For example, enter "x y"
###Output format:
Repeat the Y character for x times
###Input example:
Here is a set of inputs. For example:
```in
Three A's
```
###Output example:
The corresponding output is given here. For example:
```out
AAA
```
###Input example:
Here is a set of inputs. For example:
```in
5 people
```
###Output example:
The corresponding output is given here. For example:
```out
Everybody, everybody
```
answer:If there is no answer, please comment