• + 17 comments

    python is love,,,,python is life

    n = int(input())
    for i in range(1,n+1):
      print(('#'*i).rjust(n,' '))