n = int(input())
for i in range(n):
num = n-i
print("*"*num)
'문제풀이 > 백준(Boj) 문제풀이' 카테고리의 다른 글
[백준][구현] 1924. 2007년(파이썬/Python) (0) | 2021.10.27 |
---|---|
[백준][구현] 2441. 별 찍기 - 4(파이썬/Python) (0) | 2021.10.27 |
[백준][구현] 2558. A+B - 2(파이썬/Python) (0) | 2021.10.27 |
[백준][구현] 10817. 세 수(파이썬/Python) (0) | 2021.10.27 |
[백준][DFS/BFS] 4963. 섬의 개수 (파이썬/Python) (0) | 2021.10.25 |