백준/Bronze 3
백준 1598 파이썬
bonschicken
2020. 12. 28. 09:04
728x90
n = int(input())
li=[]
for i in range(n):
print('*'*(i+1))