recursive function return value problems

casevh at comcast.net casevh at comcast.net
Wed Dec 28 19:07:21 EST 2005


You have two calls to reTest and so reTest needs to return twice. One
return is from the reTest(True) call back to reTest(False). The second
return is from reTest(False) back to the prompt.

What were you expecting to happen?




More information about the Python-list mailing list