reduce and lambda : Reduce : Buildin Function PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Function » Reduce »

 

reduce and lambda


reduce((lambda x, y: x + y)[1234])

reduce((lambda x, y: x * y)[1234])



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Buildin Function
» Reduce