PROGRAMMING:Repeat multiple asterisks
According to the given integer n, print n '*' signs on a line.
###Input format:
Enter an integer n.
###Output format:
Output n '*' signs.
###Input example:
Here is a set of inputs. For example:
```in
three
```
###Output example:
The corresponding output is given here. For example:
```out
***
```
answer:If there is no answer, please comment
###Input format:
Enter an integer n.
###Output format:
Output n '*' signs.
###Input example:
Here is a set of inputs. For example:
```in
three
```
###Output example:
The corresponding output is given here. For example:
```out
***
```
answer:If there is no answer, please comment