Predict the output
for i in range(4) :
for j in range (i+1):
print("#", end="")
print()


Posted on by