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