On Tue, 4 Nov 2008 15:55:06 -0800 (PST), alex23 <[EMAIL PROTECTED]> wrote: > exclusions = [04, 34, 40, 44, 48, 54, 57, 67, 76, 83, 89] > for i in (x for x in xrange(1,100) if x not in exclusions):
Thanks guys. -- http://mail.python.org/mailman/listinfo/python-list