for i in range(1,10): for j in range(1,i+1): print('{}*{}={}'.format(i,j,i*j),end = '')
posted on 2018-12-10 15:49 SSS7454 阅读(91) 评论(0) 收藏 举报