By using for loops, if statement, let’s say list1 is [1,2,3,4,5] and list2 is [10,11,12,13,14], how to get the result of [1,3,5,10,12,14]?