Given a list of integers nums, return the reverse of the list. code example Example: reverse list python list=[1,2,3] list[::-1]