News

Write a Python function to rotate the list of elements by N positions. The function should return the rotated list. Note : Assume that number of positions to be rotated is always a value >= 0 and <= ...