Question: Python function: create ReverseList function by using slicing method, if we input ReverseList ([1,2,3]) , it should return [3,2,1],
Python function: create ReverseList function by using slicing method, if we input ReverseList ([1,2,3]) , it should return [3,2,1],
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
