Iterable | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

17th Nov 2017, 6:55 AM
kelvin hong 方
kelvin hong 方 - avatar
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
17th Nov 2017, 7:11 AM
jay
jay - avatar