The same effect can be achieved in Python by combining map() and count() to form map(f, count()) . ... filterfalse(lambda x: x%2, range(10)) --> 0 2 4 6 8.
確定! 回上一頁