PROGRAMMING:Examples of parametric functions
Input integer n and output n lines of character graphics as shown in the example.
###Input example:
```in
seven
```
###Output example:
```out
*
***
**
****
*
***
```
answer:If there is no answer, please comment
###Input example:
```in
seven
```
###Output example:
```out
*
***
**
****
*
***
```
answer:If there is no answer, please comment