a=0b=0while a<9 : a+=1 b=1 while b<=a: print(a,end="") print(end="*"+str(b)) c=a*b print("=",c,end=" ") b+=1 print()
posted on 2019-04-09 15:50 男孩别哭。大白 阅读(136) 评论(0) 收藏 举报