0

Could anyone explain this solution

https://imgur.com/a/AApuq53

23rd Jun 2022, 4:36 AM
Hubert Huang
1 Odpowiedź
0
It’s a python generator. Typically, you’ll save the generator in a variable, and then call next() on it. Example: https://code.sololearn.com/c5xagCLt2OYB/?ref=app More on Python Generators: https://www.geeksforgeeks.org/generators-in-python/
23rd Jun 2022, 5:35 AM
Jeremias