Left Sidebar
Showing posts with the label iteratorShow all
What is an iterable in Python,what is an iterator and some problems on them?
Champak Roy
Sunday, December 05, 2021
Iteration in Computer Programming is a control statement that allows the repetition of code. For loops, while loops and do while loops are examples of iteration. An iterator in Python is an object t…