x, filter() returns list objects. This behavior changed in Python 3.x. Now the function returns a filter object, which is an iterator that ...
確定! 回上一頁