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