Re: PEP 289: Generator Expressions (please comment)
"Emile van Sebille" <emile@fenx.com > writes:
[...][color=blue]
> What do you get from:
> type(x*x for x in roots)[/color]
[...]
<type 'function'>?
John
"Emile van Sebille" <emile@fenx.com > writes:
[...][color=blue]
> What do you get from:
> type(x*x for x in roots)[/color]
[...]
<type 'function'>?
John
Comment