baekjoon 20260416
This commit is contained in:
parent
6270575be8
commit
e10b8d91c0
1
code_study/Baekjoon/python/2445.py
Normal file
1
code_study/Baekjoon/python/2445.py
Normal file
@ -0,0 +1 @@
|
||||
print("\n".join(["*"*(i+1) + " "*(2*(N-i-1)) + "*"*(i+1) if i < N else "*"*((N - (i-N) - 2)+1) + " "*(2*(N-(N - (i-N) - 2)-1)) + "*"*((N - (i-N) - 2)+1) for N in [int(input())] for i in range(2*N-1)]))
|
||||
Loading…
x
Reference in New Issue
Block a user