xxxxxxxxxx
input = ['apple', 'banana', 'cherry']
list_1 = [x for x in input if 'a' in x]
print(list_1)