On Sun, Mar 6, 2011 at 3:11 PM, Victor Subervi <victorsube...@gmail.com> wrote:
> Ah. I thought I had to "return" something!

Well, based on what you asked, you would've, but based on the code,
all it was doing is printing "returnValue - value"

Of course, a better way of doing it would be to use formatting -

For example,

print 'returnValue=%d' % ok
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to