#Complete the following program
#Print elements from the list if they are divisible by 2 or greater
#than 10 but not both.
numbers = [6, 7, 8, 9, 10, 11, 12, 13, 14]
#complete the rest of the code here
I need it in Logical operators the answer