Generators | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 5

Generators

I didn't understood the concept, can some one explain me

2nd Feb 2018, 12:37 AM
Aniket Mane
Aniket Mane - avatar
1 ответ
+ 3
@David Ashton shared to another thread. Yield is a keyword like return, except it returns a generator. https://pythontips.com/2013/09/29/the-JUMP_LINK__&&__python__&&__JUMP_LINK-yield-keyword-explained/ You can also read here. https://www.programiz.com/python-programming/generator I have an example how to use generators yield https://code.sololearn.com/cA8872jH3I99/?ref=app
2nd Feb 2018, 1:00 AM
Ferhat Sevim
Ferhat Sevim - avatar