+ 1
Is it possible to do a recursive Generator function?
5 Respuestas
+ 5
Yes, you can.
Here my example:
https://code.sololearn.com/cG8FmGX4KyK0/?ref=app
+ 2
Use yield from generaror.
https://code.sololearn.com/c4PK7qNg3Iwb/?ref=app
+ 1
@clement, can you show an example ? I tried but it did not work
+ 1
Thanks ! :)
0
yes