Python + Iterator resulting from map sharing current state with the initial iterator

前端 未结 0 1322
自闭症患者
自闭症患者 2020-12-24 05:38

Let me illustrate this with an example we came across with my students :

>>>a_lot = (i for i in range(10e50))
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题