• + 20 comments

    It's a fun with Python::

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