MCPcopy 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
22def main():
23 countdown_gen(5, countdown_con())
24
25
26if __name__ == '__main__':

Callers 1

coroutine01.pyFile · 0.70

Calls 2

countdown_genFunction · 0.85
countdown_conFunction · 0.85

Tested by

no test coverage detected