reverse_list

Write a function named reverse_list that takes a list as input and returns a new list with the elements reversed.
[1, 2, 3, 4, 5]
Total : 0 Discussion
Login