#!/usr/local/bin/python2 t = (1,2,3) for i in xrange(5000000): a, b = t[:2] print a, b