What makes something iterable in python

后端 未结 4 755
既然无缘
既然无缘 2020-12-02 11:01

What makes something iterable in Python? ie. can loop over it with for

Is it possible for me to create an iterable class in Python? If so, how?

4条回答
提交回复
热议问题