![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: finding the intersection of a list of Sets
From: Raymond Hettinger <python@rcn.com>
Date: Tue Jan 31 2006 - 17:31:05 CET
[Peter Otten]
Very nice. Here's a refinement:
>>> sets.sort(key=len)
|