Which of these is not true about recursion?
Making the code look clean
Recursive calls take up less memory
A complex task can be broken into sub-problems
Sequence generation is easier than a nested iteration
This question is part of this quiz :
Recursion in Python Quiz