![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archivefinding the intersection of a list of Sets
From: Suresh Jeevanandam <jm.suresh@gmail.com>
Date: Tue Jan 31 2006 - 10:36:42 CET
I have a list of sets in variable lsets .
Now I want to find the intersection of all the sets.
r = lsets[0]
Is there any other shorter way?
Thanks in advance,
|