Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/practical-python
/ countdown
Function
countdown
Solutions/7_10/timethis.py:17–19 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
15
if
__name__ ==
'__main__'
:
16
@timethis
17
def
countdown(n):
18
while
n > 0:
19
n-= 1
20
21
countdown(1000000)
Callers
1
timethis.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected