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