In Python, map() function applies the given function to each item of a given iterable construct (i.e lists, tuples etc) and returns a map object.
確定! 回上一頁