PROGRAMMING:Print parallelogram
The following example outputs a parallelogram of n * n
###Input format:
Input n (0 < n < 21)
###Output format:
Output a parallelogram with n "*" signs
###Input example:
Here is a set of inputs. For example:
```in
five
```
###Output example:
The corresponding output is given here. For example:
```out
```
answer:If there is no answer, please comment
###Input format:
Input n (0 < n < 21)
###Output format:
Output a parallelogram with n "*" signs
###Input example:
Here is a set of inputs. For example:
```in
five
```
###Output example:
The corresponding output is given here. For example:
```out
```
answer:If there is no answer, please comment