Discuss / Python / 123
print(L == list(filter(lambda x: x & 1, range(-10, 20))))

  • 1

Reply