first commit
from old repository to a new repository
This commit is contained in:
4
boj/2439.py
Normal file
4
boj/2439.py
Normal file
@@ -0,0 +1,4 @@
|
||||
n=int(input())
|
||||
|
||||
for i in range(1,n+1):
|
||||
print("".rjust((n-i)," ")+("*"*i))
|
||||
Reference in New Issue
Block a user