If none of the element meets condition, it will return nothing. In the code below, we are checking if value is greater than 2. list(filter(lambda x : x > 2 , ...
確定! 回上一頁