摘要:
一.for 循环l=['a','b','c']# print(len(l))# i=0# while i<len(l):# print(l[i])# i+=1# l=['a','b','c']# for item in l: #item='a'# print(item)# dic={'x':111, 阅读全文
posted @ 2018-11-21 15:58
jacky夏天
阅读(195)
评论(0)
推荐(0)
2018年11月21日