Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZiniuLu/Python-100-Days
/ main
Function
main
Day66-75/code/generator02.py:10–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
10
def
main():
11
for
num in countdown(5):
12
print(f
'Countdown: {num}'
)
13
sleep(1)
14
print(
'Countdown Over!'
)
15
16
17
if
__name__ ==
'__main__'
:
Callers
1
generator02.py
File · 0.70
Calls
1
countdown
Function · 0.70
Tested by
no test coverage detected