摘要: l=['a','b','c']print(len(l))i=0while i<len(l): print(l[i]) i+=1l=['a','b','c']for item in l: #item='a' print(item)dic={'x':111,'y':222,'z':333}for k i 阅读全文
posted @ 2018-11-21 15:51 简简单单丶丶 阅读(1028) 评论(0) 推荐(0)