列表理解與地圖 - List comprehension vs map

問題:

Is there a reason to prefer using map() over list comprehension or vice versa? 有什麼理由比列表理解更喜歡使用map() ,反之亦然? Is either of them generally more efficient or considered generally more pythonic than the other? 它們中的一個一般比另外一個效率更高,或者一般被認爲比另外一個更Python化嗎? python


解決方案:

參考一: https://stackoom.com/question/5EWk/列表理解與地圖
參考二: https://oldbug.net/q/5EWk/List-comprehension-vs-map
相關文章
相關標籤/搜索