728x90
반응형
SMALL
N = int(input())
[print("*" * i, end="\n") for i in range(1, N+1)]
728x90
반응형
LIST
'백준문제 > 새싹' 카테고리의 다른 글
백준) 9086번 - python (1) | 2024.01.31 |
---|---|
백준) 2754번 - python (0) | 2024.01.26 |
백준) 2753번 - python (0) | 2024.01.26 |
백준) 2744번 - python (0) | 2024.01.26 |
백준) 2739번 - python (0) | 2024.01.26 |