2025-05-16 18:45:20 +09:00

2 lines
47 B
Python

for i in range(int(input())):
print("*"*(i+1))