摘要:
000 def fun_A(x, y=3): return x * y same as lambda x, y=3: x*y 001 return list_ with map and lambda 002 003 list(filter(lambda n : not(n%3), range(1, 阅读全文
posted @ 2017-06-25 22:00
ReedyLi
阅读(171)
评论(0)
推荐(0)

浙公网安备 33010602011771号