PROGRAMMING:Parallelogram (1) (*)
Please write a program, input the width and height of the parallelogram, output the parallelogram composed of asterisk.
####Input format
>Width and height (all positive integers)
####Output format
>Parallelogram composed of asterisks (see output example)
####Input sample
```in
20 5
```
####Output sample
```out
```
---
Tip: there are no extra spaces at the end of the line.
answer:If there is no answer, please comment
####Input format
>Width and height (all positive integers)
####Output format
>Parallelogram composed of asterisks (see output example)
####Input sample
```in
20 5
```
####Output sample
```out
```
---
Tip: there are no extra spaces at the end of the line.
answer:If there is no answer, please comment