MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / run_loop

Function run_loop

Fancy_Text_Generator/main.py:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24# Main loop
25def run_loop():
26 while True:
27 ascii_maker()
28 if not ending():
29 break
30
31run_loop()

Callers 1

main.pyFile · 0.85

Calls 2

ascii_makerFunction · 0.85
endingFunction · 0.85

Tested by

no test coverage detected