• + 0 comments

    i have got the error as follows...

    (lambda num: [print(('#'*x).rjust(num)) for x in range(num+1)])(int(input().strip())) ^ SyntaxError: invalid syntax

    can you please help me why it so.....