摘要: def yanghui(lines): currentlst,lastlst,n=[],[],1 if lines<1: return while n<=lines: lastlst=currentlst currentlst=[] for i... 阅读全文
posted @ 2019-06-25 14:15 hympio 阅读(944) 评论(0) 推荐(0)