DEV Community

Discussion on: Map, reduce and all these stuff

Collapse
 
thebadcoder profile image
TheBadCoder

Could you please explain statement ? I know
f = lambda x, y: x + y

Collapse
 
mandrewcito profile image
Andrés Baamonde Lozano

is a function that add two numbers, i store it on a variable. You can use it with f(2, 1)