Python's filter () function is used to filter the elements of an iterable (sequence) with the help of a predicate that tests each element on the iterable.
確定! 回上一頁