Call list(map) to convert a map object into a list. Use list indexing to access elements of the list. a_map = map(lambda x: x + x, [1,2,3]).
確定! 回上一頁