Call map(func, *iterables) with a list as *iterables to apply func to each element of the list and return a map object. Use list() to convert the map object to ...
確定! 回上一頁