In Python 2, map returns a list. In Python 3, map returns a map object, which is a generator. # Python 2.X >>> map(str ...
確定! 回上一頁