On 7/15/2010 11:07 AM Sean Carolan said...

Try to print it and it throws this error:

print testNestEggFixed
<function testNestEggFixed at 0x0214D5F0>


That's not an error -- that's what testNestEggFixed -- a function located at 0x0214D5F0. If you intended to _execute_ the function, add parens and the appropriate parameters to your print statement.

HTH,

Emile

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to