my_list = list(range(0,19,2))
for i in my_list:
    print(i)