diy2.py 112 Bytes Edit 1 2 3 4 5 6 g = 1 i = 1 j = 1 for i in range(1,10): for i in range(1,g+1): print(j,"+",i,"=",(3*5),end=" ")