day17:設計模式

test306: def csd():     import time     a=[1,2,3,4,5,6,7,8,9,10]     def cs():         while True:             i=0             while i <len(a)/2:                 a[i],a[i+5]=a[i+5],a[i]               
相關文章
相關標籤/搜索