Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
def
run_loop():
26
while
True:
27
ascii_maker()
28
if
not ending():
29
break
30
31
run_loop()
Callers
1
main.py
File · 0.85
Calls
2
ascii_maker
Function · 0.85
ending
Function · 0.85
Tested by
no test coverage detected