풀이
N = int(input())
for i in range(1,N+1):
print("*"*i)
'[코테] Baekjoon 단계별 풀이 > 반복문' 카테고리의 다른 글
[파이썬/Python] 백준 10952번 A+B - 5 (0) | 2024.06.29 |
---|---|
[파이썬/Python] 백준 2439번 별 찍기 - 2 (0) | 2024.06.29 |
[파이썬/Python] 백준 11022번 A+B - 8 (0) | 2024.06.28 |
[파이썬/Python] 백준 11021번 A+B - 7 (0) | 2024.06.28 |
[파이썬/Python] 백준 15552번 빠른 A+B (0) | 2024.06.28 |