티스토리 뷰
import sys
a = int(sys.stdin.readline())
for i in range(a):
for j in (range(a-i)):
print("*", end='')
print("")
'Algorithm > noj.am' 카테고리의 다른 글
| [Python] 백준 10953번 - A+B-6 (0) | 2020.12.30 |
|---|---|
| [Algorithm] 백준 10952 Python (0) | 2020.12.30 |
| [Python] 백준 1629번 : 곱셈 (0) | 2020.12.21 |
| [Swift] 백준 2577 (0) | 2019.11.08 |
| [Swift] 백준 10950 (2) | 2019.11.08 |