반응형
https://www.acmicpc.net/problem/2442
x = int(input())
for i in range(1, x+1):
print(' '*(x-i)+'*'*((2*i)-1))
반응형
'BOJ > Python' 카테고리의 다른 글
백준 2444번 별 찍기 - 7 파이썬 (0) | 2021.08.05 |
---|---|
백준 2443번 별 찍기 - 6 파이썬 (0) | 2021.08.05 |
백준 2441번 별 찍기 - 4 파이썬 (0) | 2021.08.05 |
백준 2440번 별 찍기 - 3 파이썬 (0) | 2021.08.05 |
백준 2439번 별 찍기 - 2 파이썬 (0) | 2021.08.05 |