0

How to Rotate list using python 3?

take a input list enter number of rotation display output example: [1,2,3,4,5] rotations =2 final output should be [4,5,1,2,3] I need help with this problem.

3rd Apr 2018, 2:06 PM
Gladson Dsouza
Gladson Dsouza - avatar
1 Answer
+ 2
3rd Apr 2018, 2:17 PM
Mitali
Mitali - avatar