MCPcopy Create free account
hub / github.com/MorvanZhou/tutorials / f1

Function f1

basic/29_zip_lambda_map.py:16–17  ·  view source on GitHub ↗
(x,y)

Source from the content-addressed store, hash-verified

14
15#for lambda
16def f1(x,y):
17 return x+y
18f2= lambda x, y : x + y
19print(f1(1,2))
20print(f2(1,2))

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected