Question: tob functions.py x def rotate_list (values, n ) : nnn Rotates the elements in values n places: A positive n rotates elements from the front

tob functions.py x def rotate_list (values, n ) : nnn Rotates the elements in values n places: A positive n rotates elements from the front to the rear of valuea. negative n rotates elements from the reat to the front of values. Use: Katate list (values, n) Parametiers: values - liat of elements to rotate (list of *) n - number of places to rotate valueg (int) Returng : None
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
