x=1 n=1 while x!=0: a_list=[] for i in range(1,10): s=n*i a_list.append(s) print(a_list) n+=1 if n==10: x=0 赞微海报分享
近期评论