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