Write a function that reverses the given list of numbers?
Login to Submit
Input: [2, 4, 5] Output: [5, 4, 2] Input: [1, 5, 2, 3] Output: [3, 2, 5, 1]