The lambda operator creates anonymous functions : Lambda : Function PYTHON TUTORIALS


PYTHON TUTORIALS » Function » Lambda »

 

The lambda operator creates anonymous functions


bigger = lambda a, b : a > b

print bigger(1,2)
print bigger(2,1)



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Function
» Lambda