티스토리 뷰
별찍기는 언제해도 재밌다.
N = int(input()) for Repeat in range(1, N+1): for repeat in range(Repeat, N): print(" ",end="") for rep in range(0, Repeat): print("*",end="") print("")
'문제 풀이 > Baekjoon Online Judge' 카테고리의 다른 글
[python3] 12096번 (0) | 2018.03.25 |
---|---|
[python3] 1237번 정ㅋ벅ㅋ (0) | 2018.03.25 |
[python3] 9498번 시험 성적 (0) | 2018.03.25 |
[python3] 2558번 A+B - 2 (0) | 2018.03.24 |
[python3] 10430번 나머지 (0) | 2018.03.24 |
댓글