How iterator differs from generator in Python?
Explanation
Iterator is an object that is used to iterate over a collection of objects.
Generator is a function that returns an iterator. Basically, instead of populating and returning a collection of objects at runtime, it generates and yields only one value per call

@sgh thanks! fixed

2020 Feb 17, 11:30:50 PM

in the question about generator and iterator.. the good answer is opposite to the explanation

2020 Feb 14, 8:57:57 AM

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Продовжуйте вивчати
тести з Python
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести