Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
def
f1(x,y):
17
return
x+y
18
f2=
lambda
x, y : x + y
19
print(f1(1,2))
20
print(f2(1,2))
Callers
1
29_zip_lambda_map.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected