print a right angled triangle with given size
a integer 'size' represent the size
0<size<=20
a right angled triangle composed by *
1
*
2
* **
5
* ** *** **** *****
Caution: print of python will automatically go to next line, you need to handle this problem.
ID | User | Problem | Subject | Hit | Post Date |
沒有發現任何「解題報告」 |