for i in rang(1,10): for j in rang(1,i+1): print({}*{}={}.format(j,i,i*j),end= " " ) print() 相关文章: 2021-12-23 2021-07-28 2021-12-09