04 2019 档案
python多线程练习
摘要:1 import threading 2 from time import sleep,ctime 3 4 def print1(): 5 for i in range(10): 6 print(i,end='') 7 print(' 0123456789 %s' % ctime()) 8 sleep(4) 9 ... 阅读全文
posted @ 2019-04-30 16:17 苏州城外啲微笑 阅读(169) 评论(0) 推荐(0)
python练习
摘要:练习1 练习2:os.walk遍历 练习3: 阅读全文
posted @ 2019-04-24 09:24 苏州城外啲微笑 阅读(160) 评论(0) 推荐(0)