Re: Favorite non-python language trick?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: Favorite non-python language trick?

From: Devan L <devlai@gmail.com>
Date: Fri Jul 01 2005 - 21:24:44 CEST

With the exception of reduce(lambda x,y:x*y, sequence), reduce can be
replaced with sum, and Guido wants to add a product function.
Received on Thu Sep 29 16:41:55 2005