print "before loop" for i in range(4): print i print "in loop" print "after loop"