Iterable | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Resposta
+ 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