MCPcopy 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
10def main():
11 for num in countdown(5):
12 print(f'Countdown: {num}')
13 sleep(1)
14 print('Countdown Over!')
15
16
17if __name__ == '__main__':

Callers 1

generator02.pyFile · 0.70

Calls 1

countdownFunction · 0.70

Tested by

no test coverage detected