Hackerrank Challenges - Array Left Rotation

(CM) This challenge got me thinking about the importance of Python's libraries -in this case "collections->deque". The challenge can be solved using more traditional iteration methods, but there's nothing like using the right tool for the job.