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

Function count

Python/loading_on_python.py:18–24  ·  view source on GitHub ↗
(number)

Source from the content-addressed store, hash-verified

16 time.sleep(0.1)
17
18def count(number):
19 result = 0
20 for n in range(number):
21 result += 1
22 time.sleep(0.0001)
23 print()
24 return result
25
26if __name__ == '__main__':
27 t = threading.Thread(target=animate)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected