生成器對象send()和next()函數

一面問到的問題。做個記錄。 send和next要結合yield一起看:https://blog.csdn.net/qq_21210467/article/details/82873870 def MyGenerator(): value = (yield 10) value = (yield value) gen = MyGenerator() print(next(gen
相關文章
相關標籤/搜索