3 lines
38 B
Python
3 lines
38 B
Python
|
|
num = lambda x,y: x+y
|
||
|
|
print(num(1,2))
|