利用python写一个加法函数,运行20+30的结果利用python写一个加法函数,运行20+30的结果利用python写一个加法函数,运行20+30的结果
fun = lambda x,y:x+y print(fun(20+30))