Python 研究- lambda 用法 ... Python 提供了一個簡易的 function define:lambda,用完即丟,不著痕跡。 ... map( lambda i: i * i, my_list ) #>>> (1, 4, 9)
確定! 回上一頁