Олимпиадный тренинг

Задача 42865. Right Triangle - 2


Alice is studying symbolic graphics and wants to draw a right triangle made of stars with legs equal to 5. Write a triangle() function that will display the right triangle drawn in the sample output.
 
Examples
# Input Output
1  
*****
****
***
**
*