0 votes
in Python by
In Python what are iterators?

1 Answer

0 votes
by

In Python, iterators are used to iterate a group of elements, containers like list.

...