Read n. Print right triangle of stars. Row i has i stars.
Write a complete program: read the input with input() and print the result with print().
input()
print()
Input
5
Output
* ** *** **** *****