1470D.py 62 B

1234
  1. n = int(input())
  2. for i in range(1, n + 1):
  3. print('*' * i)