+ 1
Iterable
Hello guys, I am in the tutorial which is Functional Programming. I don't know what is iterable and I couldn't understand the explanation of the tutorial. Can somebody explain to me please?
1 Answer
+ 14
iteration is a general term for taking each item of something, one after another. Any time you use a loop, explicit or implicit, to go over a group of items, that is iteration.
https://stackoverflow.com/questions/9884132/what-exactly-are-pythons-iterator-iterable-and-iteration-protocols