Set Up and Installation:
Learning Resources:
Community
API Reference:
rotate()
Rotates a list such that it starts at the nth index and loops back to end at the (n-1)st
l – the input list
n – the new start index
the rotated list