0 votes
in Python by
What Is The Difference Between An Iterator And Iterable?

1 Answer

0 votes
by

The collection type like a list, tuple, dictionary, and set are all iterable objects whereas they are also iterable containers which return an iterator while traversing.

Related questions

0 votes
asked Sep 5, 2021 in Python by SakshiSharma
0 votes
asked Dec 31, 2020 in Python by SakshiSharma
...