#!/usr/local/bin/python2 x = xrange(10) for i in x: print i for j in x: print j