Favorite non-python language trick?

Devan L devlai at gmail.com
Fri Jul 1 15:24:44 EDT 2005


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.




More information about the Python-list mailing list