Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZiniuLu/Python-100-Days
/ main
Function
main
Day66-75/code/coroutine01.py:22–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
21
22
def
main():
23
countdown_gen(5, countdown_con())
24
25
26
if
__name__ ==
'__main__'
:
Callers
1
coroutine01.py
File · 0.70
Calls
2
countdown_gen
Function · 0.85
countdown_con
Function · 0.85
Tested by
no test coverage detected