728x90
반응형
n = int(input())
for i in range(n):
print(' '*i + '*'*(n-i))
728x90
반응형
'Agorithm > 백준 알고리즘' 카테고리의 다른 글
백준 알고리즘 2443번 별 찍기 - 6(python) (0) | 2020.02.05 |
---|---|
백준 알고리즘 2442번 별 찍기 - 5(python) (0) | 2020.02.05 |
백준 알고리즘 2440번 별 찍기 - 3(python) (0) | 2020.02.05 |
백준 알고리즘 2439번 별 찍기 - 2(python) (0) | 2020.02.05 |
백준 알고리즘 2438번 별 찍기(python) (0) | 2020.02.05 |