代码速记 / 14 / 0 / 创建于 5天前
for i in range(9): for j in range(i+1): print(‘%d%d=’%((j+1),(i+1)),(j+1)(i+1),sep=’’,end=’ ‘) print()
我要举报该,理由是: