reverse list using recursion in python3
Why this code doesn’t work as expected?
I know there are other ways to reverse list using recursion
but I am interested particularly in why this method doesn’t work.
Why this code doesn’t work as expected?
I know there are other ways to reverse list using recursion
but I am interested particularly in why this method doesn’t work.