[Python-3000] Best Practices essays

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Mar 25 05:21:24 CET 2006


Adam DePrince wrote:

> I'm curious, however, what do you envision the semantics of [x times i]
> being?

   [x for _i in xrange(i)]

Greg


More information about the Python-3000 mailing list