MCPcopy 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

1def main():
2 while True:
3 try:
4 string = raw_input('What numbers should I average? ')

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected