Answered You can hire a professional tutor to get the answer.
I set up a variable(collector = [ ]) at the beginning, then I use the recursion and want to append value in to collector. Every time the collector is...
I set up a variable(collector = [ ]) at the beginning, then I use the recursion and want to append value in to collector.
Every time the collector is empty but I need this variable.
What should I do in order to keep this variable?