sam a écrit : > i am starting to experiment with recursion, and decided to write a > fairly trivial little program which took a float as input, then called > a function to halve it recursively until it was less than 1:
And forgot to return the result from the recursive call, I guess ?-) -- http://mail.python.org/mailman/listinfo/python-list