MCPcopy Create free account
hub / github.com/dabeaz-course/practical-python / countdown

Function countdown

Solutions/7_11/timethis.py:17–19  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

15if __name__ == '__main__':
16 @timethis
17 def countdown(n):
18 while n > 0:
19 n-= 1
20
21 countdown(1000000)

Callers 1

timethis.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected