def even(x): return x % 2 == 0 [num for num in range(10) if even(num)]