• + 1 comment

    My answer was similar, I concatenated instead of justified

    [print(' '*(n-i) + '#'*i) for i in range(1,n+1)]