-->
当前位置:首页 > 题库

PROGRAMMING:triangle_ one

Luz5年前 (2021-05-10)题库408
Write a program that prints the following pattern.
![ triangle_ 1.png](~/88d79dee-20b9-4067-b6b7-11961a3e80cb.png)
### Input Specification:
No input.
### Output Specification:
A triangle made of '**'s,10 lines. No space between '*''s.
### Sample Input:
```in
```
### Sample Output:
```out
*
**
***
****

*
**
***
****

```







answer:If there is no answer, please comment