2026-04-15 22:43:14 +09:00

1 line
87 B
Python

print("\n".join([" "*i + "*"*(2*N-(2*i+1)) for N in [int(input())] for i in range(N)]))