[Tutor] How to deal failed function and 0xDEADBEEF type errors...
Emile van Sebille
emile at fenx.com
Thu Jul 15 20:27:03 CEST 2010
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
More information about the Tutor
mailing list