10
Question Every recursive function must have a return value.
Reason — The statement "Every recursive function must have a return value" is false because recursive functions in Python don't necessarily have to return a value.
Every recursive function must have a return value.
Reason — The statement "Every recursive function must have a return value" is false because recursive functions in Python don't necessarily have to return a value.