• + 1 comment

    Hi, Could you Please what's wrong with this:

    space=' '
    
    n = int(input().strip())
    for i in range(n):
      noOfSpaces = n - i -1
        print((space*noOfSpaces),(n-noOfSpaces)*"#")