Building loop with some exceptions?
Gilles Ganault
nospam at nospam.com
Tue Nov 4 14:26:00 EST 2008
More information about the Python-list mailing list
Tue Nov 4 14:26:00 EST 2008
- Previous message (by thread): Building loop with some exceptions?
- Next message (by thread): Building loop with some exceptions?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 4 Nov 2008 11:22:27 -0800 (PST), Aaron Brady <castironpi at gmail.com> wrote: >> for i=01 to 99 except 04, 34, 40, 44, 48, 54, 57, 67, 76, 83, 89: > >sorted( list( set( domain ) - set( exceptions ) ) ) > >Set subtraction. Thanks a lot but... I don't know what the above means :-/
- Previous message (by thread): Building loop with some exceptions?
- Next message (by thread): Building loop with some exceptions?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list