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