On Feb 26, 11:55 pm, Paul Rubin <http://[EMAIL PROTECTED]> wrote:
> So use:  return sum(number_list) / float(len(number_list))
> That makes it somewhat more explicit what you want.  Otherwise

But that fails for a list of Decimals...

Mark
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to