MCPcopy Create free account
hub / github.com/AdarshAddee/Hacktoberfest2022_for_Beginers / animate

Function animate

Python/loading_on_python.py:10–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8loading = True
9
10def animate():
11 for c in itertools.cycle(['🌑', '🌒', '🌓', '🌔', '🌕', '🌖', '🌗', '🌘']):
12 if not loading:
13 break
14 sys.stdout.write('\rLOADING ' + c)
15 sys.stdout.flush()
16 time.sleep(0.1)
17
18def count(number):
19 result = 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected