[백준]B3-2441

py_code·2021년 1월 8일
0

백준-브론즈3

목록 보기
31/38

n = int(input())
for i in range(n,0,-1):
  print(('*'*i).rjust(n)) # n칸 확보 후 rjust(오른쪽부터 채우기)
profile
개발자를 꿈꿉니다.

0개의 댓글