I want to start by saying thank you for the help first. I am tackling the cyclic rotation problem where you have to shift the contents of an list/array to the right and effectively wrapping the elements around so for example: For example, given the function should return [9, 7, 6, 3, 8]. Three rotations were made: my code is