第2模块第1章22函数—匿名函数2019-03-12 本文已影响0人 飞鸟在笼 def calx(x,y): return x*y func=lambda x,y:x*y map可以传一个函数。 匿名函数: 1.节省代码量 2.看着高级