728x90
반응형
n = int(input())
for i in range(n, 0, -1):
print('*'*i)
728x90
반응형
'Agorithm > 백준 알고리즘' 카테고리의 다른 글
백준 알고리즘 2442번 별 찍기 - 5(python) (0) | 2020.02.05 |
---|---|
백준 알고리즘 2441번 별 찍기 - 4(python) (0) | 2020.02.05 |
백준 알고리즘 2439번 별 찍기 - 2(python) (0) | 2020.02.05 |
백준 알고리즘 2438번 별 찍기(python) (0) | 2020.02.05 |
백준 알고리즘 2407번 조합(python) (0) | 2020.02.05 |