摘要: #多线程 import threadingimport timeimport randomdef clean(): print('打扫卫生') time.sleep(2)def xiyifu(): print('洗衣服') time.sleep(3)def zuofan(): print('做饭') 阅读全文
posted @ 2020-10-24 19:32 xianfeng1224 阅读(145) 评论(0) 推荐(0)