2 lines
47 B
Python
2 lines
47 B
Python
for i in range(int(input())):
|
|
print("*"*(i+1)) |
for i in range(int(input())):
|
|
print("*"*(i+1)) |