PROGRAMMING:Say I love you more than once
Mother's Day is coming, Zhang Dabao wants to say "Mom, I love you, I love you, I love you" to her many times, but Er Bao is not willing to ask Dabao to say "I love you" to her many times, can you help Dabao write such a program?.
###Input format:
Enter in one line: a name and an integer n, separated by spaces.
###Output format:
Output in one line: name, n times I love you
###Input example:
Here is a set of inputs. For example:
```in
Mom 5
```
###Output example:
The corresponding output is given here. For example:
```out
Mom, I love you, I love you, I love you, I love you, I love you
```
answer:If there is no answer, please comment
###Input format:
Enter in one line: a name and an integer n, separated by spaces.
###Output format:
Output in one line: name, n times I love you
###Input example:
Here is a set of inputs. For example:
```in
Mom 5
```
###Output example:
The corresponding output is given here. For example:
```out
Mom, I love you, I love you, I love you, I love you, I love you
```
answer:If there is no answer, please comment