Message from discussion
sum function
Received: by 10.224.70.131 with SMTP id d3mr6258626qaj.0.1349386194773;
Thu, 04 Oct 2012 14:29:54 -0700 (PDT)
Received: by 10.236.198.80 with SMTP id u56mr873289yhn.0.1349386194712; Thu,
04 Oct 2012 14:29:54 -0700 (PDT)
Path: e10ni165558057qan.0!nntp.google.com!l8no25563877qao.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups: comp.lang.python
Date: Thu, 4 Oct 2012 14:29:54 -0700 (PDT)
In-Reply-To: <mailman.1810.1349384780.27098.python-list@python.org>
Complaints-To: groups-abuse@google.com
Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=209.214.209.61;
posting-account=7tqB8QoAAAA7bxs1K8Gn7hSbQPXdDOzg
NNTP-Posting-Host: 209.214.209.61
References: <7c7beccb-72e4-4cfb-958d-4a7235076fb3@googlegroups.com>
<CALwzidnEKReQiHNEHekFByxEENQbvOHff8L=AOk2Hir7J1dN4g@mail.gmail.com> <mailman.1810.1349384780.27098.python-list@python.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <307d5843-af17-4079-8a48-f8d7351a1d7b@googlegroups.com>
Subject: Re: sum function
From: Mike <mike20...@gmail.com>
Cc: Python <python-l...@python.org>
Injection-Date: Thu, 04 Oct 2012 21:29:54 +0000
Content-Type: text/plain; charset=ISO-8859-1
I get below error
NameError: name 'functools' is not defined
Thanks