只需一步,快速开始
for i in range(1,10): for x in range(1,i+1): print('{}x{}={:<4}'.format(x,i,x*i),end=' ') print()
举报
本版积分规则 发表回复 回帖后跳转到最后一页
ID : 1
管理员