MCPcopy Create free account
hub / github.com/subbarayudu-j/TheAlgorithms-Python / main

Function main

Maths/average.py:10–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 print(avg)
9
10def main():
11 average([2, 4, 6, 8, 20, 50, 70])
12
13if __name__ == '__main__':
14 main()

Callers 1

average.pyFile · 0.70

Calls 1

averageFunction · 0.85

Tested by

no test coverage detected