The result of the filter() function is a new iterable containing ... Use a lambda to filter out People over 21 d3 = list(filter(lambda p: ...
確定! 回上一頁