kuroko/test/testFilter.krk

2 lines
53 B
Python

print(list(filter(lambda x: x % 2 == 0, range(10))))