On 06/11/2013 05:36, Dave Angel wrote:
On Tue, 5 Nov 2013 09:45:15 -0600, Tim Chase
<python.l...@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.


He needs to learn on short, consise programs before moving up to the medium size 4 liners.

--
Python is the second best programming language in the world.
But the best has yet to be invented.  Christian Tismer

Mark Lawrence

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to