PROGRAMMING:triangle_ two
Write a program that prints the following pattern.

### Input Specification:
No input
### Output Specification:
A triangle made of '**'s,10 lines. No space between '*''s.
### Sample Input:
Write a sample input here. For example:
```in
```
### Sample Output:
```out
****
***
**
*
****
***
**
*
```
answer:If there is no answer, please comment

### Input Specification:
No input
### Output Specification:
A triangle made of '**'s,10 lines. No space between '*''s.
### Sample Input:
Write a sample input here. For example:
```in
```
### Sample Output:
```out
****
***
**
*
****
***
**
*
```
answer:If there is no answer, please comment