Files
CodeObject/storage/zeta/py/completed/2523.py

3 lines
69 B
Python

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