On 04 Nov 2008 22:34:49 GMT, Steven D'Aprano <[EMAIL PROTECTED]> wrote: >for i in range(1, 100): > if i in (4, 34, 40, 44, 48, 54, 57, 67, 76, 83, 89): > continue > do_rest_of_processing
Thanks for the sample. -- http://mail.python.org/mailman/listinfo/python-list