How to add a current string into an already existing list

Dave Angel davea at davea.name
Wed Nov 6 00:36:40 EST 2013


On Tue, 5 Nov 2013 09:45:15 -0600, Tim Chase 
<python.list at tim.thechases.com> wrote:
> You're assigning it to the bound function rather than calling the
> function.  Use the "call" operator:

>   data = infile.readlines()

Thanks for spoiling the lesson. Nicks needs to learn how to debug 4 
line programs without someone giving him the answer.

-- 
DaveA




More information about the Python-list mailing list