n = int(input())
for i in range(n):
num = n-i
print(" "*i,end='')
print("*"*num)
'문제풀이 > 백준(Boj) 문제풀이' 카테고리의 다른 글
[백준][구현] 11718. 그대로 출력하기 (파이썬/Python) (0) | 2021.10.27 |
---|---|
[백준][구현] 1924. 2007년(파이썬/Python) (0) | 2021.10.27 |
[백준][구현] 2440. 별 찍기 - 3(파이썬/Python) (0) | 2021.10.27 |
[백준][구현] 2558. A+B - 2(파이썬/Python) (0) | 2021.10.27 |
[백준][구현] 10817. 세 수(파이썬/Python) (0) | 2021.10.27 |