https://www.bilibili.com/video/av17396749/?p=12 Python函数式编程中的迭代器,生成器详解 课程内容 1.iterators are objects that contain other objects2.some built-in iterators are such as list,dict,tuple, and set.3.learned the collections module offers other convenient iter…