print("#"*1) print("#"*2) print("#"*3) print("#"*4) print("#"*5) for item in list(range(1,6,1)): print("#"*item)