백준 2439 (python)

Grace Goh·2022년 9월 5일
0

백준 (python)

목록 보기
10/27
post-custom-banner
N = int(input())

for i in range(1, N+1):
    print(" "*(N-i) + "*"*i)
profile
Español, Inglés, Coreano y Python

0개의 댓글