py_code.log
로그인
py_code.log
로그인
[백준]B3-2442
py_code
·
2020년 12월 23일
팔로우
0
구현
백준
0
백준-브론즈3
목록 보기
15/38
n
=
int
(
input
(
)
)
for
i
in
range
(
n
)
:
print
(
' '
*
(
n
-
1
-
i
)
+
'*'
*
(
2
*
i
+
1
)
)
py_code
개발자를 꿈꿉니다.
팔로우
이전 포스트
[백준]B3-1703
다음 포스트
[백준]B3-2443
0개의 댓글
댓글 작성