728x90
반응형

파이썬은 str도 곱할 수 있다.

n = int(input())
for i in range(1, n+1):
    print(" " * (n-i) + "*" * i)

728x90
반응형

+ Recent posts