摘要: import os from multiprocessing import Pool demo = 'this is a test' def func(): with open('text.txt', 'w') as f: f.write(demo) print('process {} write 阅读全文
posted @ 2020-04-19 23:57 疯狂列表推导式 阅读(121) 评论(0) 推荐(0)
摘要: ```https://blog.csdn.net/cpongo3/article/details/88819885``` 阅读全文
posted @ 2020-04-19 19:18 疯狂列表推导式 阅读(144) 评论(0) 推荐(0)