#!/usr/local/bin/python2 from collections import deque fro i in xrange(100000): l = range(20) d = deque(l) d.popleft()