# instead of using filter, use map for list comprehension [x for x in t_f_list if x % 2 == 0] # returns list of true and false elements