I'm starting to think like a Pythonista

Bjoern Schliessmann usenet-mail-0306.20.chr0n0ss at spamgourmet.com
Wed Oct 10 17:00:08 EDT 2007


brad wrote:
> low_odds = [1,3,5,7,9]
> # make a list containing 10 - 98 evens only
> big_evens =  big_evens = [x for x in list(xrange(99)) if x % 2 ==
> 0 and x >8]

Why use xrange if you convert it to a full list in place? No
advantage there.

Regards,


Björn
-- 
BOFH excuse #300:

Digital Manipulator exceeding velocity parameters




More information about the Python-list mailing list