Greg Ewing wrote: > How about just leaving off the brackets? > > gen = yield x*x for x in stuff I think this has a dangling else problem: gen = yield x*x for x in yield y+y for y in stuff if x > y In this expression, how would you put parentheses, and why? Regards, Martin
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4