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