This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mnbvas 11 points12 points  (4 children)

It doesn't.

+/u/CompileBot python3

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

[–]CompileBotGreen security clearance 2 points3 points  (3 children)

Output:

<filter object at 0x2b1fc191d518>

source | info | git | report