Relative Content

Tag Archive for python-3.xlistrecursionslice

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.