MCPcopy 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
35def main():
36 print(create_delivery_man.__name__)
37 dm = create_delivery_man('王大锤', 7)
38 create_package_center(dm, 25)
39
40
41if __name__ == '__main__':

Callers 1

coroutine02.pyFile · 0.70

Calls 2

create_delivery_manFunction · 0.85
create_package_centerFunction · 0.85

Tested by

no test coverage detected