PROGRAMMING:V-shaped pattern
Please program to output the following V-shaped character graphics.
###Input example:
```in
```
###Output example:
```out
* *
** **
*** ***
**** ****
```
answer:If there is no answer, please comment
###Input example:
```in
```
###Output example:
```out
* *
** **
*** ***
**** ****
```
answer:If there is no answer, please comment