Files

3 lines
69 B
Python

N = int(input())
for i in range(2*N-1):
print("*"*(N-abs(N-1-i)))