Question: Implement the following function in the PyDev module functions . py and test it from a PyDev module named t06.py : tob functions.py x mw
Implement the following function in the PyDev module functions.py and test it from a PyDev module named t06.py:

tob functions.py x mw 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 valueg. negative n rotates elements from the rear to the front of values. Vse: Katate list (values, n) Parameters: values - list of elements to rotate (list of *) n - number of places to rotate values (int) Returns : None
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
