摘要: 一:介绍 import time def parasite(name): print('吃包子了') while True: bum = yield print('[%s]吃了编号[-%s-]的包子' % (name, bum)) def chef(): n = 0 p1 = parasite('T 阅读全文
posted @ 2018-07-13 15:28 lei-jia-ming 阅读(160) 评论(0) 推荐(0)