python 笔记 lambda

func1(arg):
    arg+result = func1()
(result)
func2 = a: a+result = func2()
(result)
func2 = a,b,**kwargs: a+b
result = func2(,)
(result)



C:\Users\pcdog\AppData\Local\Programs\Python\Python35\python.exe C:/Users/pcdog/PycharmProjects/untitled/lam.py

101

1001

1888


Process finished with exit code 0


你可能感兴趣的:(python)