提交时间:2024-01-04 15:48:57
运行 ID: 36896
for i in range(1,10): for j in range(1,i+1): print(f'(j)*(i)=(j*i)\t',end='') print()