Python-lambda函數,map函數,filter函數

lambda函數主要理解:html

    lambda 參數:操做(參數)。 lambda語句中,冒號前是參數,能夠有多個,用逗號隔開,冒號右邊的返回值。lambda語句構建的實際上是一個函數對象python

map函數:app

   map(function_to_apply, list_of_inputs)。map函數能夠把list_of_inputs內的對象依次輸入到function_to_apply中進行操做。函數

filter函數:spa

  filter(function_to_apply, list_of_inputs)。Filter函數就是把list_of_inputs內的每一個對象依次輸入到function_to_apply中,當function_to_apply的的返回值是True的時候,這個參數就保留,.net

                                                                  不然就丟棄。htm

[1]. http://www.cnblogs.com/BeginMan/p/3178103.html對象

[2]. http://www.jb51.net/article/64999.htmblog

[3]. python 進階input

相關文章
相關標籤/搜索