Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-440625.py
File
recipe-440625.py
recipes/Python/440625_Simple_Average_Calculation/recipe-440625.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
main():
2
while
True:
3
try
:
4
string = raw_input(
'What numbers should I average? '
)
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected