Calling a generator multiple times

Paul Jackson pj at sgi.com
Thu Dec 6 20:04:31 EST 2001


Bruce wrote:
|> [i for i in foo where bar]

Shouldn't that be:

    [i for i in spam where eggs]

One must learn to think in Python, mustn't one <grin>?
-- 

                          I won't rest till it's the best ...
                          Manager, Linux Scalability
                          Paul Jackson <pj at sgi.com> 1.650.933.1373



More information about the Python-list mailing list