Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
def
main():
11
average([2, 4, 6, 8, 20, 50, 70])
12
13
if
__name__ ==
'__main__'
:
14
main()
Callers
1
average.py
File · 0.70
Calls
1
average
Function · 0.85
Tested by
no test coverage detected