list(filter(lambda b:b%2==0,a)) code example Example: list(filter(lambda b:b%2==0,a)) list(filter(lambda b:b%2==0,a))