In Python 3, the map() and filter() functions return iterators ( map or filter objects, respectively). In Python 2, they returned lists.
確定! 回上一頁