码迷,mamicode.com
首页 > 其他好文 > 详细

adsfadf

时间:2017-10-03 16:57:50      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:lam   style   bsp   eva   turn   ret   code   pre   div   

sadfasdf

def test(a, b, func):
    result = func(a, b)
    return result
strCommand = "lambda x,y:x+y"
func_new = eval(strCommand)
num = test(11, 22, func_new)
print(num)

  

def test(a, b, func):
    result = func(a, b)
    return result
strCommand = "lambda x,y:x+y"
func_new = eval(strCommand)
num = test(11, 22, func_new)
print(num)

 

adsfadf

标签:lam   style   bsp   eva   turn   ret   code   pre   div   

原文地址:http://www.cnblogs.com/noKing/p/7623915.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!