Predict the output
for i in range(5) :
for j in range (3):
print("*",end="")
print()



Posted on by