for i in xrange(5): for i in xrange(20, 25): print("Inner", i) print("Outer", i)
with
with open("file") as f: f.read() with open("file") as f: