a = [int(i) for i in range(0, 20,2)]
for t in a:
    print(t)