Question: Can someone please help with this? rotate_List(values, n ): nun Rotates the elements in values n places: A positive n rotates elements from the front
rotate_List(values, n ): nun Rotates the elements in values n places: A positive n rotates elements from the front to the rear of values. A negative n rotates elements from the rear to the front of values. Use: rotate_list(values, n ) Parameters: values - list of elements to rotate (list of ) n- number of places to rotate values (int) None I \# Your code here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
