yiguotai

for i in rang(1,10):

  for j in rang(1,i+1):

    print({}*{}={}.format(j,i,i*j),end= " " )

  print()

 

分类:

技术点:

相关文章: