On Sun, 25 May 2008 00:10:45 -0700, notnorwegian wrote: > sets dont seem to be so good because there is no way to iterate them.
Err:
In [82]: for x in set(['a', 'b', 'c']):
....: print x
....:
a
c
b
Ciao,
Marc 'BlackJack' Rintsch
--
http://mail.python.org/mailman/listinfo/python-list
