• + 0 comments

    n = int(input()) for i in range(n): print(' '(n-i-1)+'#'(i+1))