my_list = []
for _ in range(0, 19, 2):
    my_list.append(_)
    print(_, end='\n')