Discuss / Python / Nd
L = list(filter(lambda x: x%2==0, range(1, 20)))

  • 1

Reply