I believe that it is always possible to replace recursion with lists, but since a generator can be looked on as a lazily evaluated list, you are essentially back to generators.
On Wednesday, December 29, 2021 at 12:17:15 PM UTC-5 vitalije wrote: > > > > If you wish that your could can accept any valid Python code, > I meant to write: "If you wish that your code can accept any valid Python > code" > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/3a4594d1-90a6-4954-854f-49e791014113n%40googlegroups.com.
