Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZiniuLu/Python-100-Days
/ main
Function
main
Day66-75/code/coroutine02.py:35–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
34
35
def
main():
36
print(create_delivery_man.__name__)
37
dm = create_delivery_man(
'王大锤'
, 7)
38
create_package_center(dm, 25)
39
40
41
if
__name__ ==
'__main__'
:
Callers
1
coroutine02.py
File · 0.70
Calls
2
create_delivery_man
Function · 0.85
create_package_center
Function · 0.85
Tested by
no test coverage detected